Releases: onebeyond/systemic-knex
Releases · onebeyond/systemic-knex
v2.0.0
What's Changed
- docs: added code climate badges by @UlisesGascon in #1
- Chore: Release 2.0 by @UlisesGascon in #2
- chore: added CI Pipeline to manage Github Packages publication by @UlisesGascon in #3
Main changes
- Added testing
- Improved CI (migrated to Github Actions, added code climate pipeline..)
- Improved documentation
- Improved config (linting) and metadata (nodejs version, npm scripts, pkg metadata)
Important
This is major change as removed support for Legacy Node.js versions, even if the core business logic reminds the same
Changelog
- cf3200d docs: added code climate badges by @UlisesGascon
- 199d39e docs: improved documentation by @UlisesGascon
- 578d9f7 chore: added dependencies by @UlisesGascon
- 4838b24 chore: added standard linter setup by @UlisesGascon
- 90c8203 chore: added a proper gitignore rulesby @UlisesGascon
- 7cb0b57 chore: added NVM supportby @UlisesGascon
- 61801e4 chore: defined Node minimal engine version by @UlisesGascon
- 34a81c2 chore: added npm scripts related to testing by @UlisesGascon
- 55c1522 chore: updated git url references in pkgby @UlisesGascon
- 56242eb chore: updated author in the pkg metadata by @UlisesGascon
- e9189fa test: added general tests by @UlisesGascon
- 4871b89 chore: deleted previous CI with Travisby @UlisesGascon
- ea2f951 chore: added CI Pipeline to manage Code Climate testing reporting by @UlisesGascon
- a088151 chore: added CI Pipeline to run health checks on PRs and main branchby @UlisesGascon
- b220c96 chore: added CI Pipeline to manage NPM Publication by @UlisesGascon
- 9f576a0 fix: renamed pipeline by @UlisesGascon
- 36a17d2 chore: bump to 2.0.0 by @UlisesGascon
- e20fc13 fix: typo by @UlisesGascon
- 81c0a93 chore: added CI Pipeline to manage Github Packages publication by @UlisesGascon
New Contributors
- @UlisesGascon made their first contribution in #1
Full Changelog: v1.0.0...v2.0.0
v1.0.0 Initial release
docs: Added initial documentation