Skip to content

Releases: shipsaas/docking

v1.4.3

16 Feb 01:25
f4c82d3
Compare
Choose a tag to compare

Release v1.4.3

Improvement

  • laravel/octane to latest version
  • Both docker images (fpm & octane) are printing logs to sdtout, which you can hit docker logs container_id to check what was going on (including backend error/exception)
  • (For sqlite user) When starting the container, it will print the UID & GID so that you can chown UID:GID your_sqlite_file.sqlite

v1.4.2

07 Feb 04:39
76d7950
Compare
Choose a tag to compare

Release v1.4.2

Our future will be bright - Jayce

This release introduces new DocKing's docker images, which removes the pain of preparing the .env file, running migration manually & building your own dev/production images.

New images will let you run DocKing within a single docker run or docker-compose up 🥰

To read more about the how-to & the available configuration, check out the documentation here:

Happy Lunar New Year 🐉

v1.4.1

04 Nov 10:21
Compare
Choose a tag to compare

Release v1.4.1

No fate, nor destiny. Only tomorrow.

Features

  • Search by keyword for Translations (key, name, translated texts) 🥰
  • Search by keyword for Translation Groups (key or name) 🤠

Improvements

  • Having proper pagination with pages (1,2,3,...) instead of "Next" and "Prev"
  • Some minor improvements/bug fixing for the Console UI

v1.4.0

18 Sep 13:51
Compare
Choose a tag to compare

Release v1.4.0

Let's start the show

New Feature: Localization

  • Manage the translation texts in DocKing 😎
  • Use Laravel's API to get & compute the translated texts 🥹🔥
  • Console UI: YES ✅

Documentation: https://docking.shipsaas.tech/getting-started/localization

image

Improvements

  • Some minor UI fixes 👀
  • Added more test cases and improved the overall coverage 🥰

Upgrade notes

  • Pull/Checkout the new code.
  • php artisan migrate to migrate the new database changes.
  • npm run build to build the new UI changes.

v1.3.2

23 Aug 13:33
Compare
Choose a tag to compare

Release v1.3.2

Improvement

You can now use the template's key for CRUD, render & renderAsync actions #23

Eg:

  • document-templates/08965abb-a332-4700-aefa-8464e8c05846/render
  • document-templates/invoice/render

Upgrade Notes

  • Pull/Checkout the new code

v1.3.1

19 Aug 07:17
Compare
Choose a tag to compare

Release v1.3.1

Improvements

Upgrade Notes

  • Pull/Checkout the new code
  • composer install to update the dependency changes

v1.3.0

18 Jun 09:02
Compare
Choose a tag to compare

Release v1.3.0

Features

Improvements

  • From #20 , added a Docker step to decrease the size of the Dev Image ⚡️
  • Also from #20, added a new Docker Dev Image for Octane mode, using RoadRunner

Upgrade Notes

  • Pull/Checkout the new code
  • composer install to update the dependency changes
  • npm run build to build the new UI changes.

Documentation

v1.2.0

10 Jun 08:27
Compare
Choose a tag to compare

Release v1.2.0

New Features

Improvement

  • Bump Laravel version from v10.7.1 to v10.13.5
  • Minor UI fixes in #16

Upgrade Notes

  • Pull/Checkout the new code
  • composer install to update the dependency changes
  • php artisan migrate to migrate the new schema changes
  • npm run build to build the new UI changes.

v1.1.2

03 Jun 09:24
Compare
Choose a tag to compare

Release v1.1.2

New Features

  • Settings tab to set some general metadata (instead of JSON) #14
  • Search templates by keyword #15

Improvement

  • Reduced margins on the Table's container, giving us more space.

Upgrade Notes

  • Pull/Checkout the new code
  • npm run build to build the new UI changes.

v1.1.1

27 May 14:10
Compare
Choose a tag to compare

Release v1.1.1

New Features

Improvement

  • E2E test cases to validate:
    • Render PDF async flow (with webhook notification)
    • AWS S3 file persistence

Upgrade Notes

  • Pull/Checkout the new code
  • npm run build to build the new UI changes.