Skip to content

Releases: aldahick/barnacle

v0.0.7

10 Oct 20:29
Compare
Choose a tag to compare
  • Implement bulk toSchema method (#3)

v0.0.6

08 Oct 21:11
Compare
Choose a tag to compare
  • 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

03 Oct 13:40
Compare
Choose a tag to compare
  • Remove property() and method() decorators, consolidated into field()
  • Add arguments property to field() options

v0.0.4

03 Oct 13:39
Compare
Choose a tag to compare
  • Implement basic support for methods (method() decorator)

v0.0.3

03 Oct 13:39
Compare
Choose a tag to compare
  • Switch from EntityManager to toSchema()

v0.0.2

02 Oct 16:35
Compare
Choose a tag to compare
  • Marked reflect-metadata as a peer dependency

v0.0.1

02 Oct 16:35
Compare
Choose a tag to compare

Initial implementation.