Skip to content

Releases: tron-format/tron-javascript

v0.1.3

29 Nov 22:24

Choose a tag to compare

Changes for stringify:

  • feat: Encode to JSON for object structures with only one property or only one occurence.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

28 Nov 17:03

Choose a tag to compare

Changes for stringify:

  • feat: Increase token efficiency by changing generated class names from Object1, Object2, etc. to A, B, ..., Z, A1, B1, etc.
  • feat: Increase token efficiency by encoding to JSON for object structures with lower property count and occurences.
  • refactor: Use DFS instead of BFS for class discovery for more intuitive ordering.

Changes for parse:

  • feat: Support named arguments for class instantiated objects.
  • feat: Support class extensions

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Nov 20:58

Choose a tag to compare

Changes:

  • fix: Add exports in package.json

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Nov 17:11

Choose a tag to compare

This is the first release version created using github workflows.

Full Changelog: https://github.com/tron-format/tron-javascript/commits/v0.1.0