Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 573bb73

Browse files
committed
add changelog file
1 parent 8b0d719 commit 573bb73

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [5.1.3] - 2022-07-20
8+
### Added
9+
- Add API: POST `estimated-delivery-date/predict-batch`
10+
11+
## [5.1.2] - 2021-03-17
12+
### Added
13+
- Add additional_fields params for each API request
14+
15+
## [5.1.1] - 2017-08-21
16+
### Added
17+
- Better handle UTF-8 encodings
18+
19+
## [5.1.0] - 2017-07-14
20+
### Added
21+
- comply to psr-2 (get_by_id -> getById)
22+
- use psr-4 to autoload files rather than psr-0
23+
- rewrite example/testing.php file
24+
- added travis for CI
25+
- added unit tests
26+
- configured code climate for code quality monitoring.
27+
28+
## [5.0.10] - 2017-01-17
29+
### Added
30+
- add back empty constructor in request

0 commit comments

Comments
 (0)