Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 683 Bytes

File metadata and controls

18 lines (17 loc) · 683 Bytes

1.0 (August 16, 2023)

  • A near total rewrite, featuring a change to how nodes are approached. Any tree of iterables can now be used as a node.
  • Strings no longer represent full lines. Instead, lines are represented using an indentation node, some strings, and a newline node.
  • Removed language specific modules.
  • Added some general helpful classes/functions in codenode_utilities
  • Rewrote readme.
  • Added documentation.
  • Added extra debugging help using the debug parameter in dump/dumps.
  • Fleshed out the project in general:
    • Added some tool scripts for development.
    • Added some basic tests.
    • Added changelog.
    • Added contributing guidelines.
  • Published on PyPI.