Skip to content

Releases: adonisjs/attachment-lite

Allow column options to override defaults and correct save method

22 Sep 07:02
1f3f03e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

Update lucid peer dependency range

27 May 11:04
Compare
Choose a tag to compare
  • feat: upgrade to new japa version (#14) e3923a8
  • fix(package): increase lucid version in peer deps 3ce51f9

v1.0.6...v1.0.7

Do not persist pre computed URLs to the database

18 May 04:34
Compare
Choose a tag to compare
  • fix: do not persist pre computed URL to be database ecc6397
  • chore: update dependencies ac1da1b

Full Changelog: v1.0.5...v1.0.6

Define serialize property to convert attachment to its JSON representation

11 May 10:53
Compare
Choose a tag to compare
  • fix: define serialize property for the attachment column b847dae
  • chore: update dependencies b41dc18

v1.0.4...v1.0.5

Keep bodyparser file instance as the source of truth for attachment file name

10 Apr 04:44
Compare
Choose a tag to compare
  • refactor: use file.fileName property for computing the attachment name 7e6bc1b
  • chore: update dependencies 5bdebc3

v1.0.3...v1.0.4

Update dependencies

09 Apr 04:01
Compare
Choose a tag to compare
  • chore: update dependencies eb97e87
  • chore: update dependencies fe0cee0

v1.0.2...v1.0.3

Handle null response from database

03 Mar 01:55
Compare
Choose a tag to compare
  • ci: attempt to fix build failing on windows a8a8a0e
  • refactor: reorganize meta config efe80a7
  • chore: update dependencies 0870e4d
  • fix: errors when DB response is null. fixes #6 (#7) afd72b8
  • Merge pull request #3 from ndianabasi/readme_patch_1 4f05e55
  • feat(docs): improve docs. Fixes #2 afad2cd
  • docs(README): fix incorrect badge url for github actions 8c6857b
  • docs(README): improve description of the package b1ecd88
  • docs: update banner image and tests badge URL 351cd09

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

Fix the previous release

01 Oct 06:49
Compare
Choose a tag to compare

First release

01 Oct 05:52
Compare
Choose a tag to compare
  • chore: add publish config to package file 12f0e6b
  • ci: adjustments to file path to make it work on windows 46e3010
  • feat: initial working implementation bc00878

85f79c5...v1.0.0