Releases: kollavarsham/kollavarsham-js
Releases · kollavarsham/kollavarsham-js
v2.0.4
v2.0.3
- updated package-lock.json 6d25184
- Bump jsii-release from 0.1.2 to 0.1.5 (#211) 56a4699
- Bump @types/mocha from 7.0.1 to 7.0.2 (#210) 7f6bbe4
- Bump @types/chai from 4.2.9 to 4.2.10 (#208) c3e1ccb
- Bump @typescript-eslint/parser from 2.21.0 to 2.22.0 (#207) 848e30a
- Bump @typescript-eslint/eslint-plugin from 2.21.0 to 2.22.0 (#206) 4d85925
- Bump typescript from 3.8.2 to 3.8.3 (#205) 81ed466
v2.0.2
- Bump mocha from 7.0.1 to 7.1.0 (#204) ffb3746
- Bump @typescript-eslint/eslint-plugin from 2.20.0 to 2.21.0 (#203) 8082a02
- Bump @typescript-eslint/parser from 2.20.0 to 2.21.0 (#202) 5019ec0
- Bump typescript from 3.7.5 to 3.8.2 (#201) 675c349
- update README to change the version number on maven dependency e618d61
v2.0.1
- add a build badge for CircleCI builds 9c1e37d
- add dummy build for gh-pages into circleci config 493fad3
- ensure '.circleci' folder is retained on gh-pages - attempt #4 8d9a9bb
- ensure '.circleci' folder is retained on gh-pages - attempt #3 ccf5747
- ensure '.circleci' folder is retained on gh-pages - attempt #2 c385dd6
- ensure '.circleci' folder is retained on gh-pages 697dbfc
- update CircleCI to validate build and package on every push to master 687e8f3
- Merge pull request #200 from kollavarsham/dependabot/npm_and_yarn/jsii-1.0.0 e965ce7
- Bump jsii from 0.22.0 to 1.0.0 1ada10d
- Bump jsii-release from 0.1.1 to 0.1.2 (#199) 042af00
- Bump jsii-pacmak from 0.22.0 to 1.0.0 (#198) 36e2759
- update maven package version number on README 4ee3052
v2.0.0
v1.9.2
No changes
v1.9.1
- update jsii-release-* commands to 'npx jsii-release-*' ones 9d0804e
v1.9.0
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
v1.8.0
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
v1.6.4
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');