Skip to content

Releases: isa-group/Pricing4Java

5.2.0

14 Jan 09:59
40a4da0
Compare
Choose a tag to compare

Pricing2Yaml 2.1 Refer to the docs for more information

5.1.1

13 Jan 10:27
4e45a0b
Compare
Choose a tag to compare

Fixed parsing of addons' excludes and dependsOn

5.1.0

10 Jan 08:11
912cb2e
Compare
Choose a tag to compare
v5.1.0

v5.1.0

4.0.1

06 May 09:56
8ec18bc
Compare
Choose a tag to compare

FIX: AUTH TOKEN VALIDATION

4.0.0

08 Apr 20:28
3b8563b
Compare
Choose a tag to compare

With this major version, the pricing evaluation information is transmitted separately from the auth configuration, allowing to use other auth technologies within the application. You can check the differences in the configuration in the official documentation website

3.1.0

15 Mar 14:17
b5e27f3
Compare
Choose a tag to compare

Fixed some bugs found during integration and added new methods in PricingService to consult pricing information.

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

08 Mar 23:06
326a48a
Compare
Choose a tag to compare

We have included full support to Yaml4SaaS syntax and improved the operations that can be performed with the PricingService component.

2.0.0

29 Jul 17:38
01adbc7
Compare
Choose a tag to compare

This new version simplifies the creation and management of JWT and automates the pricing configuration on the server side by the use of a YAML file that models all the pricing logic.

1.1.0

13 Jul 10:04
Compare
Choose a tag to compare

We have added an option to the PricingEvaluatorUtil that allows users to send as the "eval" attribute of a feature a javascript written string expression that will be evaluated on frontend by using pricing plans-4j package.

1.0.0

05 Jul 20:53
Compare
Choose a tag to compare

This is the first stable version of the package.

It offers a new object called PricingEvaluatorUtil that automatically generates a JWT token whose body contains information about the current user's active pricing plan.