Releases: eik-lib/common
Releases · eik-lib/common
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2024-08-06)
Bug Fixes
- update ajv-formats (131dbf2)
- update glob to 9.0.0 (ee132ce)
- update glog to 11.0.0 (ae24324)
- update validate-npm-package-name (00c57e7)
chore
- convert codebase to ESM (1a83a26)
Features
- add load exact method (709c8e3)
BREAKING CHANGES
- Codebase is now ESM only, Common JS is no longer supported.
v4.0.0-next.12
v4.0.0-next.11
4.0.0-next.11 (2023-06-30)
Bug Fixes
v4.0.0-next.10
v4.0.0-next.9
4.0.0-next.9 (2023-06-29)
Bug Fixes
-
Do not type check external libs (58875d0)
-
make subproject schemas export multiple .d.ts files (7c617d3)
-
move types into packages (6e49f4c)
-
Update dependencies (7593f07)
BREAKING CHANGES
-
The project is split into multiple packages, which will be made available
under new names. See README for details. -
chore(deps): update all deps
-
fix: add some basic tests for common-util
-
feat: moved ReadFile to common-utils
-
Moved ReadFile to common-utils so it can be used without loading the
full common-config-loader. A few eik project may benefit from that, ie core, sink-gcs.