Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: Tolfix/cpg-api

v1.3

05 Jan 00:27
93dfe68
Compare
Choose a tag to compare
v1.3 Pre-release
Pre-release

v1.3

  • GraphQL added
    • You can enable if in Debug Mode, since it got no security what so ever.

What's Changed

Full Changelog: v1.2...v1.3

v1.2

03 Jan 13:52
db5dba1
Compare
Choose a tag to compare

v1.2

  • Possible to create quotes.
  • Possible to view quotes (beta).
  • Fixed typings.
  • Fixed spelling mistakes.

What's Changed

Full Changelog: v1.1...v1.2

v1.1

27 Dec 19:13
c021ae9
Compare
Choose a tag to compare

v1.1

  • Type fixed
  • Dynamic functions for v2/orders/place
    • This means plugins can create their own custom order placing, can be useful when it comes to create more custom features and routes etc.
  • Moved to node 16

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

v1.0

21 Dec 06:35
b1379ba
Compare
Choose a tag to compare

v1.0

  • Quotes added
  • More logging
  • Fixed some invoice issues.

What's Changed

Full Changelog: v0.9...v1.0

v0.9

19 Dec 18:55
f8bb20b
Compare
Choose a tag to compare

v0.9

  • Fixed invoices pdf generator
  • Promotion codes added
  • Logs files generated at /logs/

What's Changed

Full Changelog: v0.8...v0.9

v0.8

18 Dec 00:06
c9b00e4
Compare
Choose a tag to compare

v0.8

  • Promotion Codes added
  • Fixed cron invoices

What's Changed

Full Changelog: v0.7...v0.8

v0.7

16 Dec 19:08
a3171ec
Compare
Choose a tag to compare

v0.7

  • Sends email to customer if too many attempts on login.
  • Formatting on code
  • Fixed PDF invoice.

What's Changed

Full Changelog: v0.4...v0.7

v0.6

09 Dec 17:36
a10685c
Compare
Choose a tag to compare

v0.6

  • Events for all schemas (most of them)
  • Plugins can now listen to more events.
  • Fixed some bugs fixes.

What's Changed

Full Changelog: v0.5...v0.6

v0.4

05 Dec 20:51
a10685c
Compare
Choose a tag to compare

0.4

  • Modiifed EnsureAdmin middleware
    • No longers returns with text object.
  • Possible to sort on routes
  • Possible to get secret from orders/place
    • Add in query create_intent
    • Only works for credit_card
  • Now reports added #15
    • When invoices are "notified" | "late" | "created"
  • New routes for customer
    • v2/customers/my/invoices/:id
    • v2/customers/my/orders/:id
    • v2/customers/my/reset-password
      • Needs SMTP configs, since it sends a email to customer.
    • v2/customers/my/reset-password/:token
    • v2/customers/my/new-password
  • Added images
    • Products
    • Categories

What's Changed

Full Changelog: v0.3...0.4

v0.5

07 Dec 19:09
fcc8b8b
Compare
Choose a tag to compare

v0.5

  • Added .env.example
  • Added Setup in README.md
  • orders/place payment_method swish now returns base64 image
  • Possible to cancel order from customer.

What's Changed

Full Changelog: 0.4...v0.5