Changelog for winery-1.1
1.1
- Renamed
Data.Winery
toCodec.Winery
1.0.2
bootstrapSchema
returnsUnsupportedSchemaVersion
rather than an error
1.0.1
- Added
bundleSerialise
1
- Changed the encoding more compact
- Decoders are now stateful
- Significantly improved the performance
decodeCurrent
is now a method ofSerialise
- Added
STag
0.3
- Supported
UTCTime
- Added an instance for lazy
ByteString
- Added
toEncodingWithSchema
0.2
- Renamed
extract*With
toextract*By
for consistency - Added
hPut
- Improved the performance
- Added
-J
option towinery
which exports a JSON - Decoder now throws
DecodeException
rather than error calls
0.1.1
- Add
Data.Winery.Query
- The command line tool supports a simple query language
0.1
Overhauled the encoding; Sorry, incompatible with 0
0
Initial release