Skip to content

1.2.2

Latest
Compare
Choose a tag to compare
@vivekmunde vivekmunde released this 29 Jan 08:41

Release notes

  • createPublication: Type definition changed. createPublication now accepts a configuration object of type TCreateConfiguration, which was of type string in version 1.1 and was removed in version 1.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 type TCreateConfiguration, which was of type string in version 1.1 and was removed in version 1.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]' });