steplix-sequelize
Version:
Steplix Sequelize is an adapter promise-based Node.js ORM autodiscover.
173 lines (89 loc) • 2.5 kB
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [0.2.1] - Feb 11, 2025
## Added
- Correct lint scripts and apply linting suggestions
# [0.2.0] - Feb 4, 2025
## Added
- Update NodeJS version to LST/Iron
- Update dependencies with major versions to fix security vulnerabilities
# [0.1.2] - Nov 3, 2022
## Added
- Update database script and sequelize-automate dependency
# [0.1.0] - Sep 14, 2022
## Added
- Update dependencies to fix security vulnerabilities
# [0.0.24] - Nov 15, 2021
## Added
- Complete README.md
# [0.0.23] - Nov 14, 2021
## Added
- Refactor `core/autodiscover`
- Update README.md
- Add dump MySQL data for tests
# [0.0.22] - Oct 10, 2021
## Added
- Add `collate` to query parameters
# [0.0.21] - May 6, 2021
## Added
- Add support for query builder
- Add tests for new module
# [0.0.20] - May 5, 2021
## Added
- Add support for persisting discovered models
# [0.0.19] - Mar 4, 2021
## Added
- Add native support for with
# [0.0.18] - Feb 4, 2021
## Added
- Add support for hidden properties and tinify relationship
# [0.0.16] - May 25, 2020
## Added
- Increase version
# [0.0.15] - Apr 9, 2020
## Added
- Increase version
# [0.0.14] - Apr 3, 2020
## Added
- Add support for options with, working when tiny is true
# [0.0.13] - Mar 29, 2020
## Added
- Increase version
# [0.0.12] - Mar 9, 2020
## Fixed
- Fixed bug when model population fail on mapping
# [0.0.11] - Feb 22, 2020
## Fixed
- Fixed problem property name on option "without"
# [0.0.10] - Feb 20, 2020
## Added
- Preserve transaction on relationship query
# [0.0.9] - Feb 20, 2020
## Added
- Fixed no remove property when without is present
# [0.0.8] - Feb 19, 2020
## Added
- Fixed bug on use cast and rename model properties
# [0.0.7] - Feb 19, 2020
## Added
- Optmize model create function
# [0.0.6] - Feb 19, 2020
## Added
- Map model key name to upper case first
# [0.0.5] - Feb 19, 2020
## Added
- Fixed use connection for sequelize
# [0.0.4] - Feb 19, 2020
## Added
- Fixed database options on discover
# [0.0.3] - Feb 19, 2020
## Added
- Fixed bug on database.models[name]
# [0.0.2] - Feb 18, 2020
## Added
- Update README.md
# [0.0.1] - 2020-02-18
## Added
- Initial versión