userlamalovecancel
reporeact-class-modelcancel

31 Commits over 1,095 Days - 0.00cph!

9 Months Ago
Track which fields are accessed while rendering so that we can do more targetted UI refreshes
12 Months Ago
Bump to v0.0.13 Fix errors in environments where 'window' is not defined
12 Months Ago
1 Year Ago
Bump to version v0.0.12 Enable strict null checks and fix issues defineModel can now take the model class as an argument - this is preferred because it will set the context's displayName to align with the model useModel will now throw an error if there was no provider for the model watchModel will handle null/undefined values now
1 Year Ago
1 Year Ago
More tests for my sanity
1 Year Ago
Bump to v0.0.10 Actually switch to using commonJS...........
1 Year Ago
1 Year Ago
Bump to v0.0.9 Change to using commonJS to hopefully fix import errors in some projects
1 Year Ago
1 Year Ago
Make watchModel support watching an array of models as an overload Bump to v0.0.8
1 Year Ago
1 Year Ago
Bump to v0.0.7
1 Year Ago
1 Year Ago
Support serializing and deserializing Map<string,T> values
2 Years Ago
Fix fields not being copied over from model instances Bump to v0.0.6
2 Years Ago
2 Years Ago
Bump to v0.0.5 Skipped 0.0.4 cause it got messed up on npm
2 Years Ago
2 Years Ago
Add docs for the new setupSerialization options
2 Years Ago
More tests
2 Years Ago
Replacing serialization binder/field mapping logic with straight serialize/deserialize functions Add unit tests for some things to make things easier
2 Years Ago
Bump to version 0.0.3 Updated dependencies to make more sense for people using the package Add in some TSDoc documentation for most public things because I've forgotten what some things did over time
2 Years Ago
3 Years Ago
Fix type error in equals() Switch dependencies to peerDependencies, version bump
3 Years Ago
4 Years Ago
Update README.md
4 Years Ago
Add an example to the readme because theres no other info on how to use this
4 Years Ago
Add existing code
4 Years Ago
4 Years Ago
Initial commit