You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
feat!: bring nominal-symbols to monorepo by @castarco in #56