Releases: dynotx/liminal-orm
Releases · dynotx/liminal-orm
v2.0.4
🐞 Bug Fixes
- fix creating new entity schema with template based naming strategy (#107) @ndamania00
- Add KEEP_NAMES to naming strategy (#105) @ndamania00
- translation link bugfix (#106) @ndamania00
v2.0.3
- Fixes bug with liminal_validator
v2.0.2
🐞 Bug Fixes
- allow liminal_validator functions to return an optional custom report (#104) @ndamania00
v2.0.1
🚧 Tasks
- Move name template parts to orm/ directory (#102) @ndamania00
📔 Documentation
- update docs to show order matters for dropdown values and schema fields (#103) @ndamania00
v2.0.0
🌠 Major Enhancements
- refactor validators to be decorator (#68) @ndamania00
⭐️ Minor Enhancements
- Add coverage for namesets (#88) @ndamania00
- cover chip naming (#84) @aarushgarg1110
- add coverage for constraints (#82) @ndamania00
🐞 Bug Fixes
- Handle no schemas imported gracefully (#100) @ndamania00
- move prefix warning to validate_model (#98) @samsonjoyce
- ignore non .py files in versions dir (#96) @samsonjoyce
📔 Documentation
- update documentation with v2.0.0 release (#101) @ndamania00
🚧 Tasks
- update order indexes (#89) @ndamania00
v1.1.4
🐞 Bug Fixes
- change error to warning if there are multiple schemas with the same prefix (#83) @ndamania00
v1.1.3
🚧 Tasks
- Add registry_entity and schema as base tables (#80) @ndamania00
- add fieldsets parameters to benchling connection for validation (#79) @ndamania00
v1.1.2
🐞 Bug Fixes
- fix bug with UpdateEntitySchemaField ordering (#77) @ndamania00
📔 Documentation
- update docs for when migration fails (#78) @ndamania00
v1.1.1
🗒️ Summary
Able to set warehouse_name on Columns, so that the variable name can be different from the actual column name
🚧 Tasks
- alias warehouse names for columns (#76) @ndamania00
📔 Documentation
- Add releases section to docs (#73) @ndamania00
v1.1.0
⭐️ Minor Enhancements
- be able to define archived fields on entity schemas (#67) @ndamania00
- make query function optional (#64) @ndamania00
- move field wh name to base field props (#53) @ndamania00
🐞 Bug Fixes
- added molecule entity type and updated references (#70) @aarushgarg1110
- change array to json for column sqlalchemy type (#66) @ndamania00
- fix creator id bug (#63) @ndamania00
- add translation link (#62) @ndamania00
- add part link (#61) @ndamania00
- Add datetime field type (#57) @ndamania00
⛏ Dependency Changes
- fix creator id bug (#63) @ndamania00
🚧 Tasks
- block warehouse name changes to operations (#72) @ndamania00
- revert incorrect logic from previous pr (54) (#69) @ndamania00
- Fix 49 warehouse names (#54) @ndamania00