Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Releases: buildo/metarpheus

v1.3.1

06 Mar 10:11
ded5fb8
Compare
Choose a tag to compare

🐛 Bug fixes

  • Allow trailing commas

🍫 Chores

  • Upgrade Scalameta from 1.8.0 to 4.1.0

v1.2.0

23 Jan 11:58
21b9920
Compare
Choose a tag to compare

🚀 New features

  • d45af25 include type parameters in case classes
  • #71 allow ignoring a wiro route using the @metarpheusIgnored annotation

v1.0.0

06 Jul 09:23
834b9ee
Compare
Choose a tag to compare

We've been using metarpheus in production for many years now, it's time to acknowledge it with a shiny first major version release! 🎉

💥 Breaking changes

  • The support for our custom spray/akka-http DSL has been dropped. Only wiro routes are supported now.
  • Consequently two config parameters were removed:
    • wiro: it's implicitly true now
    • authRouteTermNames: not used anymore since it was spray-specific

🐛 Bug fixes

  • Fix a bug for which generic types were erroneously considered to be unused. For instance in

     @query
     def read(id: Id[User]): Future[Either[Error, Option[Entity[User]]]]

neither Id nor Entity were being included, but their argument (User) was.
This is now fixed.

v0.1.9

31 May 15:41
4029111
Compare
Choose a tag to compare

Metarpheus unexpected errors are now intellegible when using it from JS.

v0.1.5

14 Jul 10:10
cf5a6ca
Compare
Choose a tag to compare

Bug Fixes

Fixed #56

v0.1.4

01 Mar 10:33
Compare
Choose a tag to compare

Description

  • Add support for fully-qualified types #53

v0.1.3

13 Feb 13:57
0e265b1
Compare
Choose a tag to compare

Description

  • merge escalapio support into master

v0.1.2

13 Feb 11:55
Compare
Choose a tag to compare

Description

  • Add wiro support (#51)(#51)
  • Fix spurious comment detection (#46)[https://github.com//issues/46]

0.1.1

17 Nov 14:14
Compare
Choose a tag to compare
Merge pull request #50 from buildo/extractor-49-allow_inclusion_of_cu…

escalapio support

31 May 10:29
7e6be0e
Compare
Choose a tag to compare

adds non generic support for escalapio custom helpers