Releases: james-pre/memium
Releases · james-pre/memium
0.3.1
01 Aug 20:47
Compare
Sorry, something went wrong.
No results found
StructFromTypedArray is now exported
This resolves 'extends' clause of exported class '...' has or is using private name '...'.
Updated Typescript, ^5.8.2 is now required
0.3.0
01 Aug 20:31
Compare
Sorry, something went wrong.
No results found
This release rewrites the struct API since decorators result in fields not being enumerable (#5 ). The old decorators API is still available, though you will need to use the $from and $from.typed functions to cast the type. The new API uses a builder approach, similar to Zod.
0.2.5
31 Jul 05:42
Compare
Sorry, something went wrong.
No results found
Fixed struct fields being non-enumerable.
Added a license to the project/package: LGPL v3.
0.2.4
16 Jul 04:32
Compare
Sorry, something went wrong.
No results found
This release changes struct name inheritance to use Object.defineProperties, which improves bundler compatiblity. (#4 )
0.2.3
13 Jun 21:40
Compare
Sorry, something went wrong.
No results found
This release adds a new struct option that overrides the name of the struct.
0.2.2
11 Jun 21:04
Compare
Sorry, something went wrong.
No results found
Made Pointer much easier to modify and use via the new add and set methods.
Added static name field to Pointer (#2 )
0.2.1
12 May 03:29
Compare
Sorry, something went wrong.
No results found
This release removes the use of eval in the struct decorator. (#1 , thanks @kylecarbs )
0.2.0
12 Apr 01:54
Compare
Sorry, something went wrong.
No results found
Unified types
Added the type registry
isType now checks for type name and against the type registry
Added Void type
Added toString and toJSON to Pointer
Pointer is now a type
Added ArrayBufferMemory
Added internal tracking of latest Memory instance
0.1.10
28 Mar 07:11
Compare
Sorry, something went wrong.
No results found
This release updates Kerium and uses the new exceptions.
0.1.9
27 Mar 15:22
Compare
Sorry, something went wrong.
No results found
This release changes the type of the instance parameter of offsetof from a struct to just object. The runtime check is still performed.