Skip to content

Releases: kollavarsham/kollavarsham-js

v1.6.3

16 Feb 00:13
6e26fa4
Compare
Choose a tag to compare
  • change .circleci to use npm instead of yarn 7bdd1eb

v1.6.2...v1.6.3

v1.6.2

15 Feb 23:54
8ba1515
Compare
Choose a tag to compare
  • fix the repo url on package.json edf3022

v1.6.1...v1.6.2

v1.6.1

15 Feb 23:52
3670197
Compare
Choose a tag to compare

v1.6.0

15 Feb 23:36
c1d7c3a
Compare
Choose a tag to compare
  • fix npmignore, gitignore and files attribute on package.json 10c8a07

https://github.com/acme/hello-jsii/compare/v1.5.3...v1.6.0

v1.5.3

15 Feb 22:33
60af7a8
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

  • bump the year to 2020 1c400aa
  • update README for the PyPI badge 42aa625

https://github.com/acme/hello-jsii/compare/v1.5.2...v1.5.3

v1.5.2

15 Feb 21:56
9ba5fe3
Compare
Choose a tag to compare
  • 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

v1.5.1...v1.5.2

v1.5.1

14 Feb 02:32
Compare
Choose a tag to compare
  • fix the export of 'Kollavarsham' module 22cbc5a

v1.5.0...v1.5.1

v1.5.0

13 Feb 22:35
c1ce9f6
Compare
Choose a tag to compare
  • convert the codebase to TypeScript 4f09acb
  • add v13 into travis.yml c131faa

v1.4.0...v1.5.0

v1.4.0

13 Feb 17:31
eaad6ca
Compare
Choose a tag to compare
  • remove the dependency on lodash d7f1fa8

v1.3.21...v1.4.0

v1.3.21

13 Feb 16:55
d1e8af5
Compare
Choose a tag to compare
  • updated package-lock.json 9d13e67
  • Bump eslint-config-xo-space from 0.22.0 to 0.24.0 (#197) 89b28b4

v1.3.20...v1.3.21