1.1rc1
Pre-release
Pre-release
·
39 commits
to master
since this release
- If a
convert
annotation on an enum has no explicit database type given, itsRawType
is used. - Various performance and usability improvements, e.g.
setup.rb
now asks which project to use if there is more than one, and creates a non-empty generated file to help with code completion. - Added put() with variable argument list,
put(inout)
for mutable structs, andputAndReturnIDs()
.put()
itself no longer returns IDs. - Removed some protocols that only ever had one instance.
- Anonymous installation count statistics (can be turned off using
--no-statistics
)