Skip to content

Commit 918225c

Browse files
committed
Object oriented examples renamed, unit tests enhanced
1 parent 75f4442 commit 918225c

37 files changed

Lines changed: 1247 additions & 737 deletions

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
language: node_js
22
node_js:
3-
- "iojs"
43
- "node"
54
addons:
65
sonarcloud:
76
organization: "kmindi-github" # the key of the org you chose at step #3
87
cache:
98
directories:
109
- "node_modules"
11-
before_install:
10+
before_install:
1211
- npm install -g grunt-cli
13-
install:
12+
install:
1413
- npm install
15-
before_script:
14+
before_script:
1615
- grunt build
1716
script:
1817
- npm test

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616
### Changed
1717

1818
- travis.yml and sonar-project.properties so that sonar works
19-
- location of test
19+
- location of test
2020

2121
## [0.1.1] - 2018-09-09
2222

@@ -67,10 +67,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6767
- made some security relevant changes
6868
- made other security relevant changes
6969

70-
[unreleased]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.4.1...HEAD
71-
[0.4.1]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.4.0...v0.4.1
72-
[0.4.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.3.0...v0.4.0
73-
[0.3.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.2.0...v0.3.0
74-
[0.2.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.1...v0.2.0
70+
[unreleased]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.5...HEAD
71+
[0.4.1]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.4...v0.1.5
72+
[0.4.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.3...v0.1.4
73+
[0.3.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.2...v0.1.3
74+
[0.2.0]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.1...v0.1.2
7575
[0.1.1]: https://github.com/cryptoexamples/java-crypto-examples/compare/v0.1.0...v0.1.1
7676
[0.1.0]: https://github.com/cryptoexamples/java-crypto-examples/releases/tag/v0.1.0

0 commit comments

Comments
 (0)