Releases: kollavarsham/kollavarsham-js
Releases · kollavarsham/kollavarsham-js
v1.6.3
v1.6.2
- fix the repo url on package.json edf3022
v1.6.1
- one more tweak to the .npmignore file 801c314
https://github.com/acme/hello-jsii/compare/v1.6.0...v1.6.1
v1.6.0
v1.5.3
Breaking Changes
- The
Kollavarsham
class is not anymore the default export - so the one of below changes may be required in your aplications:
-import Kollavarsham from 'kollavarsham';
+import { Kollavarsham } from 'kollavarsham';
-const Kollavarsham = require('kollavarsham');
+const { Kollavarsham } = require('kollavarsham');
Changes
https://github.com/acme/hello-jsii/compare/v1.5.2...v1.5.3
v1.5.2
- move deploy.sh into scripts 34e7ee6
- add v8 on travis and protect deploy; change circleci c955d2d
- change circleci to run only on tags 111dc05
- another attempt at Dotnet namespaces 4dc5381
- attempt implementing jsii based implementations for .NET, Java and Python 4e54ec5
- fix a broken link dcb16b9
- ensure ghPages gets run after jsdoc 615a55d
- update to JSDoc d1e821e