Skip to content

Commit caa6188

Browse files
committed
Merge branch 'develop'
2 parents b7d474f + b6a61e1 commit caa6188

File tree

108 files changed

+5823
-1609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+5823
-1609
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ This package is currently development and will replace [attachment-advanced](htt
88

99
[ChangeLog](https://adonis-attachment.jrmc.dev/changelog.html)
1010

11-
[Discord](https://discord.gg/89eMn2vB)
12-
1311
Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-kit)
1412

1513
## Roadmap
@@ -19,6 +17,7 @@ Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-
1917
- [x] attachment file by path
2018
- [x] attachment file by url
2119
- [x] attachment file by stream
20+
- [x] attachment file by Base64
2221
- [x] attachment files
2322
- [x] save meta data
2423
- [x] variantes
@@ -31,6 +30,7 @@ Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-
3130
- [x] adonis-drive/flydrive
3231
- [x] jobs queue
3332
- [x] serialize
33+
- [x] attachments route
3434

3535

3636
## Setup

bin/test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ let testApp: ApplicationService
1111
processCLIArgs(process.argv.slice(2))
1212
configure({
1313
files: ['tests/**/*.spec.ts'],
14-
plugins: [assert(), fileSystem({ basePath: BASE_URL }), expectTypeOf()],
14+
plugins: [
15+
assert(),
16+
fileSystem({ basePath: BASE_URL }),
17+
expectTypeOf()
18+
],
1519
setup: [
1620
async () => {
1721
testApp = await createApp()

0 commit comments

Comments
 (0)