Releases: adonisjs/attachment-lite
Releases · adonisjs/attachment-lite
Allow column options to override defaults and correct save method
What's Changed
- allow column options to override defaults by @justDare in #22
- fix save function not returning the model by @hbatalhaStch in #30
New Contributors
- @justDare made their first contribution in #22
- @hbatalhaStch made their first contribution in #30
Full Changelog: v1.0.7...v1.0.8
Update lucid peer dependency range
Do not persist pre computed URLs to the database
Full Changelog: v1.0.5...v1.0.6
Define serialize property to convert attachment to its JSON representation
Keep bodyparser file instance as the source of truth for attachment file name
Update dependencies
Handle null response from database
- 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
- Improve docs to include migration instructions by @ndianabasi in #3
- Fix error when DB response is null by @ndianabasi in #7
New Contributors
- @ndianabasi made their first contribution in #3
Full Changelog: v1.0.1...v1.0.2
Fix the previous release
- fix: broken code d443134