Changelog for proto-lens-protobuf-types-0.7.1.0
Changelog for proto-lens-protobuf-types
v0.7.1.0
- Support GHC 9.0.
- Add ServiceDescriptor to generated services (#409)
v0.7.0.0
- Add the module
Data.ProtoLens.Descriptor. It exposesmessageDescriptor, which makes it easier to get the descriptor proto for a given message type. - Bump upper bound to allow base-4.14.
v0.6.0.0
- Bump lower bounds to base-4.10 (ghc-8.2).
- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.
- Add new bindings
Proto.Google.Protobuf.DescriptorandProto.Google.Protobuf.Compiler.Plugin, which were previously exported by theproto-lenspackage.
v0.5.0.0
- Bump upper bounds to support
proto-lens-0.5.*.
v0.4.0.1
- Bump the dependency on
baseto supportghc-8.6.1.
v0.4.0.0
- Switch to
proto-lens-{setup/runtime}v0.4. - Bump the lens-labels dependency to
0.3.*for consistency with other packages.
v0.3.0.2
- Bump the lower bound on
baseto indicate we requireghc>=8.0. - Use autogen-modules. (#196)
- Use OverloadedLabels internally, rather than the
_Fieldsmodules. (#198)
v0.3.0.1
- Bump the dependency on
baseforghc-8.4.2.
v0.3.0.0
- Remove support for
ghc-7.10. (#136) - Use a
.cabalfile that's auto-generated fromhpack. (#138) - Separate types into their own module, apart from field lenses. (#100)
- Track
proto-lenschange: split theMessageclass into separate methods. (#139)
v0.2.2.0
- Add the
Data.ProtoLens.Anymodule for storing arbitrary Messages (#88). - Bump the dependency on
baseto supportghc-8.2.1.
v0.2.1.0
Initial version.