aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
AgeCommit message (Expand)Author
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
2025-12-22Update changelogBruce Hill
2025-12-22Use static linking to produce executables.Bruce Hill
2025-12-22Add Path.writer() and Path.byte_writer()Bruce Hill
2025-12-21More sensible REPL-like behavior if run without any argsBruce Hill
2025-12-21Fixes for builds and accessing version and install scriptv2025-12-21.5Bruce Hill
2025-12-21Remove xxd dependency (no more building with changelog)Bruce Hill
2025-12-21Add workflow permissionsv2025-12-21.3Bruce Hill
2025-12-21Put workflow backv2025-12-21.2Bruce Hill
2025-12-21Bump date on version tagv2025-12-21Bruce Hill
2025-12-08Add checks for unused variablesBruce Hill
2025-12-07Switch paths to use Result return values instead of fail()Bruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-12-07Rename `Empty()` -> `Present()` for set-like tablesBruce Hill
2025-12-07Consolidate logic for enums with and without tags with fields.Bruce Hill
2025-12-06Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, giveBruce Hill
2025-12-06Allow discarding Empty() valuesBruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
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
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
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
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
2025-09-24Revert "Deprecate `defer`"Bruce Hill
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
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