Skip to content

Tags: GameBridgeAI/ts_serialize

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #163 from GameBridgeAI/fix-release-ci-v2.1.0

Fix an issue where the release action fails

v2.0.3

Toggle v2.0.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
- NPM Deploy fixes

v2.0.2

Toggle v2.0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
- _breaking_ `@PolymorphicResolver()` returns a propertyDecorator ins…

…tead of being one itself

- _breaking_ remove JSONArray for JSONValue[]
- _breaking_ fromJSON accepts `string | JSONObject`
- _breaking_ fix [#125](#125)
- _breaking_ removes array as a strategy, use `composeStrategy` instead
- adds #139 as a feature
- fixes [#141](#141)
- fixes [#139](https://github.com/GameBridgeAI/ts_serialize/issues/139)
- move `docs/` to `README.md` and delete folder
- fixes [#135](#135)
- fixes [#134](#134);
- public strategies are all functions to be run to get the runtime function `iso8601Date` => `iso8601Date()`
- deno@1.19.x
- fmt with deno@1.19.x
- turn off unstable code coverage
- add type guard in `getNewSerializable` fixing compile issue
- fix [#121](#121)
- add `fromSerializable` strategy
- fix [#132](#132)
- fix[ #143](#143)
- update release node version to 16
- std@0.133.0
- Remove node tests
- update Readme

v1.3.1

Toggle v1.3.1's commit message
added test coverage reports

v1.3.0

Toggle v1.3.0's commit message
polymorphic fix, breaking change on polymorphic decorators

v1.2.3

Toggle v1.2.3's commit message
doc updates

v1.2.2

Toggle v1.2.2's commit message
doc updates

v1.2.1

Toggle v1.2.1's commit message
deno@1.7.1 (fixes tree shaking bug), sdt@0.85.0, and build updates

v1.2.0

Toggle v1.2.0's commit message
minor for new test targets and build

v1.1.7

Toggle v1.1.7's commit message
clean up github aciton jobs