Breaking Changes
* The `Kollavarsham` class is not anymore the default export - so the one of below changes may be required in your aplications:
diff
-import Kollavarsham from 'kollavarsham';
+import { Kollavarsham } from 'kollavarsham';
diff
-const Kollavarsham = require('kollavarsham');
+const { Kollavarsham } = require('kollavarsham');
Changes
- refactor baseDate constructor; update documentation; remove redundant deps baf1cdc5
- use jsii-release for publishing packages to PyPI, NuGet and Maven d30f7c96
- update package-lock.json c67429c0
https://github.com/kollavarsham/kollavarsham-js/compare/v1.8.0...v1.9.0