Skip to content

Releases: trevorpogue/sections

v0.0.3

04 Jul 16:48
Compare
Choose a tag to compare
  • improve str to be visually intuitive
  • add descendants, flat properties
  • add insert methods
  • add feature for default attr to search for in call
  • can add lists as node attrs if attr name starts with '_'
  • make plural_singular work for properties/methods also
  • add structure_change() function for use when subclassing
  • add testcases
  • safer internal attrs prefix/rename classes with Section prefix

v0.0.2

26 Jun 21:26
Compare
Choose a tag to compare
  • Fix bug when using Section.leaves or Section.children
  • Add tests/test_indepth_usage.py
  • Update readme/docs

v0.0.1

25 Jun 22:38
Compare
Choose a tag to compare
  • Refactor code into smaller classes and files
  • Update Section.deep_string()
  • Update readme/docs

v0.0.0

24 Jun 01:32
Compare
Choose a tag to compare

First Release