Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Releases: stevenferrer/nero

v0.3.0

23 Feb 15:02
Compare
Choose a tag to compare
  • New in v0.3.0
    • Support for SQLite
  • Breaking changes
    • Rename nero.Column to nero.Field
    • Changes on Repository interface
      • Rename Repository.Tx to Repository.BeginTx
      • Rename {Method}Tx to {Method}InTx (e.g. QueryTx to QueryInTx)
  • Bug fixes and improvements

v0.2.0

01 Mar 05:59
Compare
Choose a tag to compare
  • Breaking changes
    • Removed internal schema and columns
    • Moved template package to root
    • Introduced schema and column builder
    • Basic validation for create
    • Separate identity column from the rest
    • Removed the Schemaer interface
    • Simplify integration test
    • Removed unnecessary dependencies
  • Bug fixes and improvements

v0.1.0

15 Feb 12:20
Compare
Choose a tag to compare

Initial release