View new changes and fixes for Consent Solution delivery channels. More about Current and Beta channels and how to change them on this guide.
0.9.0
CURRENT November 3, 2020
- You can now pass an ID string for the “submit” button and the “form” selector
- Conflicts solved with the Cookie Solution logger
0.8.10
BETA October 8, 2019
CURRENT November 27, 2019
- Fix for input names/ids of “submit”
0.8.9
BETA July 29, 2019
CURRENT August 20, 2019
0.8.8
BETA June 12, 2019
CURRENT June 20, 2019
0.8.7
CURRENT May 14, 2019
- Call submit function callbacks (
.success
and .error
) inside the instruction resolver
0.8.6
CURRENT April 29, 2019
- Override cons_instruction.push method
- Always execute
init
function first and remove form/submit-btn parameters on init
function
0.8.5
CURRENT March 28, 2019
- Added the ability to exclude elements using
map
object
- Added the ability to map hidden fields
- Bug fixes
0.8.2
CURRENT November 28, 2018
- Added feature for autodetect IP address
- Bug fixes
0.8.0
CURRENT September 1, 2018
- Added feature for asynchronous loading
0.7.3
CURRENT August 10, 2018
- Added a callback function on init
- Bug fixes
0.6.3
CURRENT June 29, 2018
- Add feature Override values via JSON object
- Feature for Map field via javascript
- Bug fixes
0.4.3
CURRENT April 10, 2018
- Added the
writeToLocalStorage
option to the functions record
(default false) and load
(default true)
- Added the
sendToLocalStorageAtLoad
option to the init
function (default true)
- Bug fixes
1.9.0
CURRENT Aug 17, 2020
- Overall stability improvements
1.8.0
CURRENT Aug 11, 2020
- End users’ data are now encrypted
1.7.0
CURRENT Jul 17, 2020
- Internal error handling improvements
1.6.0
CURRENT Jul 13, 2020
- App stability improvements
1.4.2
CURRENT May 28, 2020
- Proofs are now returned as downloadable links
1.3.0
CURRENT May 12, 2020
- Improved ip_address check to be ipv4 or ipv6
1.2.0
CURRENT April 28, 2020
1.1.1
CURRENT April 6, 2020
- Improved logging system for better issues troubleshooting
- Updated dependencies to remove security issues
1.0.3
CURRENT March 25, 2020
- Project moved to a MongoDB infrastructure
- Bug fixes and performance improvements
0.31.0
CURRENT November 26, 2019
- We’ve released the features that so far have only been available in Beta
- Bug fixes
0.24.0
BETA September 18, 2019
- Fix for
GET /consent/:id
returning a decimal value as legal_notices’ version instead of an integer
0.23.0
CURRENT July 23, 2019
- Fix for
GET /legal_notices/:identifier
not returning content field
0.22.2
CURRENT June 17, 2019
- Prepare project for infrastructure migration
- Bug fixes and performance improvements
0.19.0
CURRENT April 5, 2019
- Update subject timestamp to reflect the latest update time instead of the creation time
- Bug fixes and performance improvements
0.16.0
BETA March 20, 2019
- Use
X-REAL-IP
header instead of X-FORWARDED-FOR
when calculating IP address to be stored
- Clean some documents having wrong IP addresses saved
0.14.1
BETA February 8, 2019
- Reindex some data due to DigitalOcean outage
- Bug fixes
0.11.0
BETA January 17, 2019
- Added
GET /legal_notices
endpoint
0.10.0
BETA November 21, 2018
- Added support for
fulltext
parameter on Consent
and Subject
index
- Bug fixes
0.8.0
CURRENT November 6, 2018
- Added the ability to unescape JSON response through
unescape_json
parameter
- Bug fixes
0.6.0
BETA October 1, 2018
- Added IP address field on consents and IP address autodetection
- Bug fixes
0.5.0
BETA September 26, 2018
- Introduced additional filters on
GET /consent
0.4.0
CURRENT August 16, 2018
- Beta channel added
- Bug fixes