2023-11-01 16:20:52 +00:00
|
|
|
# Cytoplasm Change Log
|
|
|
|
|
|
|
|
This document contains the complete change log for every official release of
|
|
|
|
Cytoplasm. It is intended to be updated with every commit that makes a user-facing
|
|
|
|
change worth reporting in the change log. As such, it changes frequently between
|
|
|
|
releases. Final change log entries are published as [Releases](releases).
|
|
|
|
|
2023-11-06 19:19:49 +00:00
|
|
|
## v0.4.1
|
|
|
|
|
2023-11-07 02:28:10 +00:00
|
|
|
### New Features
|
2023-11-06 19:19:49 +00:00
|
|
|
|
2023-11-07 02:28:10 +00:00
|
|
|
- Added an option to `j2s` to allow additional fields in structures and ignore them in
|
2023-11-06 19:19:49 +00:00
|
|
|
encoding and decoding. Note that additional fields are totally untouched—they
|
|
|
|
are not even initialized to a default value.
|
2023-11-20 14:51:08 +00:00
|
|
|
- Fixed a memory leak that would occur in code generated by `j2s` under
|
|
|
|
specific circumstances.
|
2023-11-07 02:28:10 +00:00
|
|
|
- Added `JsonMerge()` to the JSON API to merge two JSON objects together.
|
2023-11-06 19:19:49 +00:00
|
|
|
|
2023-11-01 16:20:52 +00:00
|
|
|
## v0.4.0
|
|
|
|
|
|
|
|
**Released on November 1, 2023**
|
|
|
|
|
|
|
|
This is the first independent release of Cytoplasm! Last month, Cytoplasm was
|
|
|
|
split off of [Telodendria](/Telodendria/Telodendria) to become its own independent
|
|
|
|
project with its own independent releases. This allows it to develop at a much more
|
|
|
|
rapid pace than Telodendria.
|
|
|
|
|
|
|
|
Changes in future releases will be reported here. Since this is the first release,
|
|
|
|
there are no changes to show.
|