Releases: aldahick/barnacle
Releases · aldahick/barnacle
v0.0.7
- Implement bulk
toSchema
method (#3)
v0.0.6
- Fix: methods returning void threw errors, now are emitted without return type
- Fix: methods with no arguments were emitted with
()
, now are emitted without
v0.0.5
- Remove
property()
and method()
decorators, consolidated into field()
- Add
arguments
property to field()
options
v0.0.4
- Implement basic support for methods (
method()
decorator)
v0.0.3
- Switch from
EntityManager
to toSchema()
v0.0.2
- Marked
reflect-metadata
as a peer dependency