Skip to content

Commit c76b15f

Browse files
committed
Feat: new documentation
1 parent d5485a2 commit c76b15f

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This package is currently development and will replace [attachment-advanced](htt
44

55
Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-kit)
66

7+
## Links
8+
9+
[View documentation](https://adonis-attachment.jrmc.dev/)
10+
11+
[ChangeLog](https://adonis-attachment.jrmc.dev/changelog.html)
12+
13+
⚠️ [Breaking change](https://adonis-attachment.jrmc.dev/changelog.html) version 2, include [@adonisjs/drive](https://docs.adonisjs.com/guides/digging-deeper/drive)
14+
715
## Roadmap
816

917
- [x] attachment file by file system
@@ -17,8 +25,6 @@ Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-
1725
- [ ] jobs queue
1826
- [x] serialize
1927

20-
⚠️ [Breaking change](https://github.com/batosai/adonis-attachment/blob/main/CHANGELOG.md), include [@adonisjs/drive](https://docs.adonisjs.com/guides/digging-deeper/drive)
21-
2228
### Meta data list (if available)
2329

2430
- extension name
@@ -53,5 +59,3 @@ Install and configure the package:
5359
node ace add @jrmc/adonis-attachment
5460
```
5561

56-
## Documentation
57-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jrmc/adonis-attachment",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"description": "Turn any field on your Lucid model to an attachment data type",
66
"engines": {

0 commit comments

Comments
 (0)