Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 8.73 KB

CHANGELOG.md

File metadata and controls

96 lines (71 loc) · 8.73 KB

Changelog

0.4.0 (2021-08-30)

Added

  • ✨ save files can be deleted [ca5f5b9]
  • ✨ chunk data can be overwritten now [1d4df58]

0.3.0 (2021-08-28)

Fixed

  • 🐛 Registry<T> now prunes null items before returning its list [de52c76]

0.2.0 (2021-08-27)

Added

  • ✨ SaveStores can be notified when all chunks are loaded [0ebc45e]
  • 📈 ChunkDataSegment no longer re-serializes during ToJson() [9f49ab3]

Miscellaneous

  • 📄 adding docs on how to create a new release [c517b0d]
  • 🧹 adds some of the housekeeping files to the solution [296e924]
  • 🧹 adds docs to solution [d24afab]
  • 📄 doc comment updates [bbc56a6]

0.1.0 (2021-08-24)

Added

  • 👷‍♂️ ok, forget this dateformat stuff [ce581a9]
  • 👷‍♂️ I'm an idiot [8a499a4]
  • 👷‍♂️ hopefully fixing the last action run failure [c233056]
  • ✅ wrapping up tests for Chonks [39577a6]
  • ✨ adds example unity project [d0e3662]
  • ✅ adds tests for supporting custom JSON converters [89506ef]
  • 🎉 initial commit for chonks code [d049075]

Changed

  • ♻️ updates Chonksy unity project with code changes from Chonks [9251b5e]
  • ♻️ updates code for Chonks.Unity to work with new API changes [56d0758]
  • ♻️ removes SaveController in favor of separate registries [2458988]
  • ♻️ refactor Interpreter to allow chunk modifications during save [d275b9c]
  • ♻️ target netstandard2.0 for testing project [a67fd55]
  • ♻️ change target framework to netstandard2.0 [f659f69]

Fixed

  • 🐛 fix syntax error in Chonksy example [9dd299f]
  • 🐛 fixes casing for packages dir [af13876]

Miscellaneous