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
- add C# example to the README - 610673d
- add python example to the README - 994129f
- update the CircleCI command sequence to fix the 'issue' - sigh - d938b8a
v1.6.4...v1.8.0