Skip to content

Releases: prismicio-community/scala-kit

1.3.3

26 Jun 07:42
Compare
Choose a tag to compare

Fixed slug and embed parsing

1.3.0

11 Mar 14:05
Compare
Choose a tag to compare

Switch to Spray Json to drop dependency on Play Framework libs, and be compatible with any version without having to maintain 2 branches in parallel.

1.2.19

06 Jan 13:32
Compare
Choose a tag to compare

Changes

  • Removed proxy support because of issues cause by using a pre-release version of Netty. Stick with 1.2.17 if you need support for proxy, and make sure to add the Netty snapshot resolver if you do:

resolvers += "Netty snapshots" at "http://clinker.netty.io/nexus/content/repositories/snapshots"

1.2.17

05 Jan 14:11
Compare
Choose a tag to compare

New Features

  • UID for all Document-like classes (Group.Doc and DocumentLink)

Bug fixes

  • Restore the proxy functionality

1.2.13

25 Nov 16:01
Compare
Choose a tag to compare

Breaking change

  • There is a new field on Block for direction, it may break pattern matching in HtmlSerializer

New features

  • Support for RTL languages
  • Orderings can now be set by passing directly the list of fields as strings, rather that the full array as a string

1.2.12

21 Nov 14:23
Compare
Choose a tag to compare

Bug fixes

  • Switch to Netty for http client calls for support for SNI

1.2.8

06 Nov 15:43
Compare
Choose a tag to compare

Bug fixes

  • Fixes custom html serialization for Block

1.2.7

23 Oct 21:44
Compare
Choose a tag to compare

New Features

  • [#26] Support for proxy

1.2.6

23 Oct 21:14
Compare
Choose a tag to compare

New features

  • Expose the WithFragments trait

1.2.5

17 Oct 09:06
Compare
Choose a tag to compare

New features

  • Introduce Link.getUrl()