Skip to content

Releases: awd-studio/NovaPoshta

v2.0 (alpha 1)

20 Jan 03:35
Compare
Choose a tag to compare
v2.0 (alpha 1) Pre-release
Pre-release
  • Created an entity for POST data.
  • Created an entity for to generate a query for GET requests.
  • Added static factories to create a specific POST or GET cURL request.

Starting the second version

19 Jan 03:58
Compare
Choose a tag to compare
Pre-release

v2.0.0-alpha

Good news!

After a long time, work on the project continued.

Here are the main features:

  • PSR-4 namespaces
  • More clean and stable code
  • Supporting the XML-version of the API

Future things:

  • Separate library for "magic" and more convenient usage
  • Extended documentation with examples
  • Example project which implements the whole API as an SPA-dashboard

v1.*

Older versions won't be supported anymore, and will be declared as deprecated closest time.

As soon as all primary API methods would be realized - second version become the main and migrated into the master branch. For now, all work presented at the dev and v2 branches.

First stable release!

10 Mar 04:15
Compare
Choose a tag to compare

Refactor Config class and Covered it by tests for 100%

ResponseInterface

10 Mar 02:31
Compare
Choose a tag to compare

Add new interface for Response classes.

Add new methods to Response class:

  • isSuccess() - return response status;
  • get($name) - return properties by name;

Cover new methods with tests.

Finally! It's Going to start stable and useful.

05 Mar 21:14
Compare
Choose a tag to compare

Add all models supporting:

  • AdditionalServiceGeneral
  • AdditionalService
  • Address
  • Common
  • ContactPerson
  • Counterparty
  • InternetDocument
  • Payment
  • ScanSheet
  • TrackingDocument

Address Model Implements

03 Mar 13:34
Compare
Choose a tag to compare