Releases: BartekBanachowicz/text-transformer
Releases · BartekBanachowicz/text-transformer
Second full release
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
1.0.0 Update pom.xml
0.3.0-SNAPSHOT
Merge pull request #46 from BartekBanachowicz/Jakub More transformations and doc comments
First working version
First working version and complete CI test.