Skip to content

Releases: lirannl/typesafe-object

Rewrite

27 Nov 09:33
Compare
Choose a tag to compare

Improved separation of concerns, greatly simplifying the expression required

Object path accessor

16 Sep 01:37
Compare
Choose a tag to compare
  • Added object path accessor
  • Package now requires typescript@^4.7

Array handling

16 Sep 01:22
Compare
Choose a tag to compare

Added array handling for removing circular dependencies. This is the final version compatible with typescript 4.1.

Add support for optional properties

12 Sep 02:24
Compare
Choose a tag to compare

Both the typings and the getter function now supports optional properties (returning undefined if a property is undefined)

Fix npm module generation

11 Sep 22:31
Compare
Choose a tag to compare

Adjusted tsconfig to use 2015 modules.

Update package name

11 Sep 10:09
Compare
Choose a tag to compare

Use a new package name that can be published

Fix build command

11 Sep 09:57
c220e9b
Compare
Choose a tag to compare

Fix the action yaml

Initial release

11 Sep 09:50
b9eb687
Compare
Choose a tag to compare

The initial release of typesafe-object