mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-28 23:16:58 +08:00
33 lines
620 B
ReStructuredText
33 lines
620 B
ReStructuredText
.. :changelog:
|
|
|
|
Changelog
|
|
---------
|
|
|
|
0.3.0 (2018-07-30)
|
|
+++++++++++++++++++
|
|
|
|
- Rewrote the pgen2 parser generator.
|
|
|
|
0.2.1 (2018-05-21)
|
|
+++++++++++++++++++
|
|
|
|
- A bugfix for the diff parser.
|
|
- Grammar files can now be loaded from a specific path.
|
|
|
|
0.2.0 (2018-04-15)
|
|
+++++++++++++++++++
|
|
|
|
- f-strings are now parsed as a part of the normal Python grammar. This makes
|
|
it way easier to deal with them.
|
|
|
|
0.1.1 (2017-11-05)
|
|
+++++++++++++++++++
|
|
|
|
- Fixed a few bugs in the caching layer
|
|
- Added support for Python 3.7
|
|
|
|
0.1.0 (2017-09-04)
|
|
+++++++++++++++++++
|
|
|
|
- Pulling the library out of Jedi. Some APIs will definitely change.
|