clashofclans.js 2.1.0-dev.09d91e0 → 2.1.0-dev.1b67700

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file. See [standa
11
11
  ### Features
12
12
 
13
13
  - More utility methods added to `Util` class. ([#76](https://github.com/clashperk/clashofclans.js/pull/76)) ([ff41115](https://github.com/clashperk/clashofclans.js/commit/ff4111530d6293ef1fc54aa916436130fc30a09c))
14
+ - `Util.formatTag(tag: string)`
15
+ - `Util.formatDate(date: string)`
16
+ - `Util.encodeTagToId(tag: string)`
17
+ - `Util.decodeIdToTag(id: string)`
14
18
 
15
19
  ## 2.0.2 (2021-11-30)
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clashofclans.js",
3
- "version": "2.1.0-dev.09d91e0",
3
+ "version": "2.1.0-dev.1b67700",
4
4
  "description": "JavaScript library for interacting with the Clash of Clans API",
5
5
  "author": "SUVAJIT <suvajit.me@gmail.com>",
6
6
  "license": "MIT",