Skip to content

nominal@4.0.0 & nominal-symbols@2.0.0

Choose a tag to compare

@castarco castarco released this 15 Oct 23:20
· 74 commits to main since this release
96a7a5f

Breaking Changes

  • We raised the required NodeJS and TypeScript versions, to v18 and v5.2 respectively.
  • "Minor" changes in how we build the files that are later distributed, because this affects the unique symbols that are exported, it is a breaking change.

Internal Development Changes

  • We moved @coderspirit/nominal-symbols to the same repository as @coderspirit/nominal.
  • We now rely on a centralised package for our Prettier, ESLint and TypeScript configurations.
  • We improved our tests by switching from Jest to Vitest, which is much simpler to use, and also much faster.
  • We now use Turborepo to manage the dependencies between task in the project.

Commits