Skip to content

3.1.0

Compare
Choose a tag to compare
@castarco castarco released this 21 Jan 23:04
· 97 commits to main since this release
1f69194

New Features

  • Export FastBrand and FastFlavor for faster compilation times when we want to add brands or flavors on "basic" types.

Backwards & Forward Compatibility

  • For CommonJS "imports", rely on the newly extracted package @coderspirit/nominal-symbols. The unique symbols where extracted into a new (and more stable) package to minimize the probability of breaking compatibility if different versions of Nominal coexist in the same application.
  • For Deno and ES module imports, the "old" symbols file is still used, because NodeJS and Typescript are still quite behind on support for ES modules.