CHANGELOG.md in tanita-api-client-0.3.1 vs CHANGELOG.md in tanita-api-client-0.4.0
- old
+ new
@@ -1,5 +1,10 @@
+# 0.4.0
+
+- refs #4 measure code coverage
+- refs #5 setup GitHub Actions for rspec and pushing to RubyGems
+
# 0.3.0
changed Result hash to be Object.
```
@@ -13,36 +18,34 @@
remove Gemfile.lock
# 0.2.2
-* define constants
- * `Tanita::Api::Client::AUTH_URL`
- * `Tanita::Api::Client::AUTH_URL_PATH`
- * `Tanita::Api::Client::TOKEN_URL`
- * `Tanita::Api::Client::TOKEN_URL_PATH`
+- define constants
+ - `Tanita::Api::Client::AUTH_URL`
+ - `Tanita::Api::Client::AUTH_URL_PATH`
+ - `Tanita::Api::Client::TOKEN_URL`
+ - `Tanita::Api::Client::TOKEN_URL_PATH`
-
# 0.2.1
-* rename constant
- * from `Tanita::Api::Client::HttpHelper::BASE_URL` to `Tanita::Api::Client::BASE_URL`
+- rename constant
+ - from `Tanita::Api::Client::HttpHelper::BASE_URL` to `Tanita::Api::Client::BASE_URL`
# 0.2.0
-* set required ruby version to greater than or equal to v2.4
-* added `data_type` argument in BaseApiClient#initialize
-* set a proper data type in Result class attributes
-* rename some attributes in Result class
- * e.g.
- * `@data` to `@items`
- * `@data[0][:date]` to `@items[0][:measured_at]` or `@items[0][:registered_at]`
+- set required ruby version to greater than or equal to v2.4
+- added `data_type` argument in BaseApiClient#initialize
+- set a proper data type in Result class attributes
+- rename some attributes in Result class
+ - e.g.
+ - `@data` to `@items`
+ - `@data[0][:date]` to `@items[0][:measured_at]` or `@items[0][:registered_at]`
# 0.1.1
-* support Tanita::Api::Client.configure
-* wrote spec
+- support Tanita::Api::Client.configure
+- wrote spec
# 0.1.0
-* Initial release
-
+- Initial release