Release notes
createPublication
: Type definition changed.createPublication
now accepts a configuration object of typeTCreateConfiguration
, which was of typestring
in version1.1
and was removed in version1.2.0
(deprecated) &1.2.1
(deprecated).- Logging: If enabled, then the actions and data are logging on the console.
- Typescript version upgraded to 5
- Added intellisense comments.
Breaking changes w.r.t. version 1.1
createPublication
: Type definition changed.createPublication
now accepts a configuration object of typeTCreateConfiguration
, which was of typestring
in version1.1
and was removed in version1.2.0
(deprecated) &1.2.1
(deprecated).
Migration from version 1.1
/1.2.0
/1.2.1
to 1.2.2
Change from
createPublication('[name]');
to
createPublication({ name: '[name]' });