Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 20:00
· 9 commits to master since this release
v2.0.0
5bc1f84
  • (crycode-de) Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required
  • (crycode-de) Changed how custom parser scripts are interpreted. Most custom parser scripts should work as before but they have a limited scope now.
  • (crycode-de) Custom parser scripts now support getStateAsync, getForeignStateAsync, getObjectAsync and getForeignObjectAsync. If you have used getStateAsync/getObjectAsync before you need to change them to getForeignStateAsync/getForeignObjectAsync or update the IDs if you get data from the same adapter instance.
  • (crycode-de) Custom write parser scripts an now return false to cancel the write
  • (crycode-de) Updated dependencies