Skip to content

Releases: kollavarsham/kollavarsham-js

v2.0.4

18 Mar 03:24
af5785f
Compare
Choose a tag to compare
  • Bump @typescript-eslint/parser from 2.23.0 to 2.24.0 (#218) 5971ff2
  • Bump @typescript-eslint/eslint-plugin from 2.23.0 to 2.24.0 (#217) 6ef87bd
  • Bump @types/chai from 4.2.10 to 4.2.11 (#216) ca726c5

v2.0.3...v2.0.4

v2.0.3

12 Mar 00:23
f454d0f
Compare
Choose a tag to compare
  • 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...v2.0.3

v2.0.2

29 Feb 02:10
dc4a549
Compare
Choose a tag to compare
  • 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...v2.0.2

v2.0.1

19 Feb 16:10
2f45ac3
Compare
Choose a tag to compare
  • 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...v2.0.1

v2.0.0

18 Feb 19:57
b1aeeb2
Compare
Choose a tag to compare

Generate Python, Java and C# (or any Dotnet language) packages using aws/jsii

Changes

  • add Java example to the README 11208b7

v1.9.2...v2.0.0

v1.9.2

18 Feb 16:43
f4e4ca1
Compare
Choose a tag to compare

No changes

v1.9.1

18 Feb 04:00
0f3ac03
Compare
Choose a tag to compare
  • update jsii-release-* commands to 'npx jsii-release-*' ones 9d0804e

v1.9.0...v1.9.1

v1.9.0

18 Feb 03:46
96550bb
Compare
Choose a tag to compare

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

  • refactor baseDate constructor; update documentation; remove redundant deps baf1cdc
  • use jsii-release for publishing packages to PyPI, NuGet and Maven d30f7c9
  • update package-lock.json c67429c

v1.8.0...v1.9.0

v1.8.0

17 Feb 18:22
c382175
Compare
Choose a tag to compare

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

v1.6.4

16 Feb 00:50
7737a8e
Compare
Choose a tag to compare

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

  • change maven publishing to be the final one 9853048
  • remove redundant xo-space eslint config 689d22f
  • remove unnecessary mocha section on package.json 2b7113a

v1.6.3...v1.6.4