- [New] Generator and SQL Builder support for SQLite databases.
- [New] Generator customization support (wiki).
- [New] Ability to exclude columns from ColumnList (wiki)
- [New] Generator can now connect to the database using DSN (wiki)
- [Fix] QueryContext panic when the scanned value is nil and the destination is a slice of primitive (issue91)
- [Fix] Special characters are not working in postgres password for generator (issue95), (issue34),