Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@stevenferrer stevenferrer released this 23 Feb 15:02
  • 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