aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
AgeCommit message (Collapse)Author
2025-11-29Fix for undefined behavior on structs/enums with paddingv2025-11-29.2Bruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
`/tomo@TOMOVERSION/lib@LIBVERSION` instead of using underscores. Tomo versioning now uses date-based versions.
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
returning a value.
2025-11-27Add `recursive` arg to Path.create_directory()Bruce Hill
2025-11-23Added Metadata section for files instead of _HELP and _USAGEBruce Hill
2025-11-23Add `at_cleanup()` functionBruce Hill
2025-11-23Accessing enum fields now gives an optional value instead of a booleanBruce Hill
2025-11-23Bugfix for stack memory not getting properly detected in placesBruce Hill
2025-11-23Added Text.find(text, target, start=1)Bruce Hill
2025-11-22Fix command line aliasesBruce Hill
2025-11-22Bugfix for infinite loop in text.replace("", ...) with empty stringBruce Hill
2025-11-21Fix optional path none checksBruce Hill
2025-11-15Add Path.lines()Bruce Hill
2025-11-01Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`Bruce Hill
when `foo` was a `&Foo` and `baz.method()` takes a `&Baz`.
2025-10-18Added automatic manpages.Bruce Hill
2025-10-11Rename version numberBruce Hill
2025-10-11Improvements to set support and updating docsBruce Hill
2025-10-11Added Empty() structBruce Hill
2025-10-05Deprecate `deserialize` keyword and `.serialized()` methodBruce Hill
2025-10-04Deprecate `extend`Bruce Hill
2025-10-01Force a GC sweep when we run out of file handles to trigger cleanup ofBruce Hill
leaked file handles.
2025-09-24Revert "Deprecate `defer`"Bruce Hill
This reverts commit 7e3e245f6809946ea06ef1998bcabb7e0902fbd7.
2025-09-21Update docsBruce Hill
2025-09-21Be more lenient with underscore fields and arguments.Bruce Hill
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Update changelogBruce Hill
2025-09-21Deprecate `>> x ... = val` form of doctests and rename them to 'debugdoctests-to-debuglogBruce Hill
logs', also add multi-expression support
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Update changelogBruce Hill
2025-09-21Update changelogBruce Hill
2025-09-21Bugfix for .unique()Bruce Hill
2025-09-21Add changelog entryBruce Hill
2025-09-20Update changelogBruce Hill
2025-09-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Bugfix for Int.parse()Bruce Hill
2025-09-01Update wordingBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Update changelogBruce Hill
2025-09-01Change module install directory to PREFIX/lib/tomo_vX.Y/*Bruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-26Add changelog messageBruce Hill
2025-08-23Update changelogBruce Hill
2025-08-17Bugfix: added support for Tomo identifiers that are C keywordsBruce Hill
2025-08-17Update changesBruce Hill
2025-08-17Add JSON module.Bruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
parameter
2025-08-16Update changesBruce Hill