Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 829 Bytes

File metadata and controls

31 lines (23 loc) · 829 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

4.0.0 - 2015-11-20

  • Use inline form of export syntax
  • Swap belongsTo and has queries as they were incorrect
  • Revert 'Implement 'readonly' column schema property'

3.1.0 - 2015-11-07

  • Implement 'readonly' column schema property

3.0.0 - 2015-09-13

  • Migrate to ES6
  • Add Node 4 to build matrix

2.0.0 - 2015-09-10

  • Fully inspect database by default when invoking collimator directly

2.0.0 - 2015-09-09

  • Aggregate primary keys into an array

1.1.0 - 2015-09-08 (First public release)

  • Finalize readme
  • Allow tables inspector to determine primary key column name
  • Cleanup dependencies

1.0.0 - 2015-08-24

  • Initial release
  • Adds CHANGELOG