Skip to content

Releases: smartrent/solicit

1.3.2

03 Jul 16:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1

12 May 16:24
1.3.1
62287ba
Compare
Choose a tag to compare

What's Changed

Open Source

Solicit is now open source and published to hex.pm as a public package. Update your dependencies:

{:solicit, "~> 1.3"}

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

09 Jan 17:11
1.3.0
17bc74c
Compare
Choose a tag to compare

What's Changed

  • Add support for atoms to Response.unprocessable_entity/2 by @justincy in #112

New Contributors

Full Changelog: 1.2.2...1.3.0

1.2.2

24 Mar 16:19
1.2.2
1d3ee2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

23 Feb 01:13
1.2.1
0d4bd73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

19 Oct 16:54
1.2.0
202534c
Compare
Choose a tag to compare

1.2.0 (2021-10-19)

Features:

  • add 502 and 503 responses (#48)

1.1.0

07 Sep 20:21
Compare
Choose a tag to compare

1.1.0 (2021-09-07)

Features:

  • rewrite CastPathParam plug as ValidatePathParam (#42)

  • add default description to conflict (#40)

  • add default description to conflict

  • use git_ops to help automate releases

  • add UUID helpers

Fixes:

  • format DateTimes as ISO-8601 strings in JSON (#45)

1.0.14

11 Jun 22:33
f0df1cc
Compare
Choose a tag to compare

CMWAPIS-174: 202 status code with JSON response

1.0.13

20 May 18:09
3e7341e
Compare
Choose a tag to compare
  • Support arrays in QueryParams Validation

1.0.12

12 May 17:14
121e0d6
Compare
Choose a tag to compare
  • Fix type in spec for QueryParams
  • Plug documentation fix