Releases: isa-group/Pricing4Java
Releases · isa-group/Pricing4Java
5.2.0
Pricing2Yaml 2.1 Refer to the docs for more information
5.1.1
Fixed parsing of addons' excludes and dependsOn
4.0.1
FIX: AUTH TOKEN VALIDATION
4.0.0
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
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
We have included full support to Yaml4SaaS syntax and improved the operations that can be performed with the PricingService component.
2.0.0
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
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
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.