We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2cae4 commit 0d10e81Copy full SHA for 0d10e81
CHANGELOG.md
@@ -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
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