Releases: geoCML/tabor
Releases · geoCML/tabor
v0.3.1
Tabor v0.3.1 is now available!
What's Changed
- Create database schema if it doesn't already exist on load by @TristanDamron in #41
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Tabor v0.3.0 is now available!
What's Changed
- Implement feature groups by @TristanDamron in #22
- Support boolean data types + ignore raster layers by @TristanDamron in #28
- Add support for arrays of primitive data by @TristanDamron in #29
- Preserve capitalization on field names by @TristanDamron in #31
- Rollback changes where there are errors by @TristanDamron in #32
- Use ST_Covers instead of ST_Contains for 'on' constraint by @TristanDamron in #33
- Implement 'length' data constraint by @TristanDamron in #34
- Implement 'near' constraint by @TristanDamron in #36
- Set spatial reference for layers by @TristanDamron in #37
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Tabor v0.2.0 is now available!
What's Changed
- Add issue templates by @TristanDamron in #12
- Implement 'on' constraint by @TristanDamron in #13
- Write constraints from Postgres database to Tabor file by @TristanDamron in #15
- Implement load command by @TristanDamron in #16
- Change double to numeric by @TristanDamron in #17
- Optionally ignore tables during write by @TristanDamron in #18
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Tabor v0.1.2 is now available!
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Tabor v0.1.1 is now available!
This release contains a number of bug fixes and enhancements required for Tabor to be used in a geoCML Base Deployment.
What's Changed
- Add missing consts module by @TristanDamron in #5
- Add init file to src module by @TristanDamron in #6
New Contributors
- @TristanDamron made their first contribution in #5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Tabor v0.1.0 is now available!
Tabor is a database modeling language for GIS based on YAML, but with additional syntax restrictions. The goal of the Tabor project is to allow GIS users to create and maintain complex database rules using plain-text configuration files.