Skip to content

Commit 0d10e81

Browse files
committed
Add CHANGELOG.md
1 parent df2cae4 commit 0d10e81

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 2.0.0 (2019-12-09)
4+
5+
### Breaking changes
6+
7+
- **Version** class attribute type has changed
8+
- `databaseVersion`: `String` -> `Int`
9+
10+
### Misc
11+
12+
- **reloadDatabase**: updates only if there is a an available new version
13+
14+
## 1.0.0 (2019-12-08)
15+
16+
First public release
17+
18+
### New features
19+
20+
- **getVersion**: returns API version
21+
- **reloadDatabase**: updates database
22+
23+
## 0.1.0 (2019-12-07)
24+
25+
Pre release
26+
27+
### New features
28+
29+
- **getShipByName**: returns the closest ship which name matches the requested name
30+
- **getShipById**: returns ship with the given ID
31+
- **getAllShips**: returns a list of all available ships in database

0 commit comments

Comments
 (0)