Skip to content

v0.3.0 - Getting classier!

Compare
Choose a tag to compare
@trusktr trusktr released this 17 Nov 22:59
· 35 commits to main since this release

Fixes:

  • ensure that subclass fields decorated with @signal do not lose reactivity

BREAKING:

  • We updated to the latest TypeScript and removed our custom decorator parameter type definitions and are now using types from TypeScript proper.
    • You may need to update your TypeScript version.
    • There will now be valid type errors that can happen with certain uses of decorators, which could require code changes. F.e. TypeScript will show a type error for class decorators that return a subclass if the decorated class has a private constructor, etc.

Full Changelog: v0.2.3...v0.3.0