Skip to content

Releases: BartekBanachowicz/text-transformer

Second full release

26 Jan 20:46
20f3f2f
Compare
Choose a tag to compare

The format of REST query has changed from an Array of Strings to a List of List of Strings.
In this version, the request format was changed a little. Now every transformation request must be sent using the /convert endpoint.

In this version, the request format has changed a little. Now every transformation request must be sent using the /convert endpoint.

  • Input text must be specified as a mandatory request parameter ?text= syntax.
  • Transforms insertion works exactly as before.
  • A user can now use a resource, id in a GET request, as a path variable /convert/{id}, to perform a set of previously saved transformations.

A new endpoint /transforms was added. With the use of POST access method, one can save any set of transforms. The minutes request parameter specifies the time for which the generated resource will be accessible (defaults to 5 minutes). The result of such a request is an id of the newly generated resource.

First full release

22 Dec 23:01
4c3408e
Compare
Choose a tag to compare
1.0.0

Update pom.xml

0.3.0-SNAPSHOT

21 Dec 11:26
1f255e2
Compare
Choose a tag to compare
0.3.0-SNAPSHOT Pre-release
Pre-release
Merge pull request #46 from BartekBanachowicz/Jakub

More transformations and doc comments

First working version

20 Dec 17:54
5f539a0
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

First working version and complete CI test.