Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Apr 15, 2021
2 parents e6ecf00 + 7ae415a commit 5a2190b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## 1.0.0
18 changes: 9 additions & 9 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# Roadmap

- [ ] **v1.0**
- [ ] **v1.0.1**
- [ ] Headers images
- [ ] Integration HTML/CSS for all transactions. Factored code. 4 colours

- [ ] **v1.1**
- [ ] **v1.1.0**
- [ ] Check / sanitize payloads
- [ ] Support inlines images
- [ ] SMTP custom sandbox
- [ ] Fix sendgrid / sendinblue tests

- [ ] **v1.2**
- [ ] **v1.2.0**
- [ ] Support Mandrill

- [ ] **v1.3**
- [ ] **v1.3.0**
- [ ] Support Amazon SES

- [ ] **v1.4**
- [ ] **v1.4.0**
- [ ] Support Mailsender

- [ ] **v1.5**
- [ ] **v1.5.0**
- [ ] Concrete classes for Error, Body, ... of each transporter
- [ ] Support SMTP and WEB API in same process
- [ ] Allow cliamrc.json as -g config (by the way allow multiple configurations)
- [ ] CLI tool

- [ ] **v1.6**
- [ ] **v1.6.0**
- [ ] Mail sendings logging (!RGPD)
- [ ] Support I18N

- [ ] **v1.7**
- [ ] **v1.7.0**
- [ ] Support AMP

- [ ] **v1.8**
- [ ] **v1.8.0**
- [ ] Support icalEvent
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cliam",
"version": "0.0.9",
"version": "1.0.0",
"engines": {
"node": ">=14.16"
},
"author": "Steve Lebleu",
"license": "GPL",
"description": "Wrapper for mail sending",
"description": "Agnostic transactional email sending in Node.js environment",
"keywords": [
"node",
"typescript",
Expand Down Expand Up @@ -44,7 +44,8 @@
"test:unit": "./node_modules/.bin/mocha -r ts-node/register -r tsconfig-paths/register ./test/units/00-bootstrap.unit.test.js --exit --reporter spec --timeout 5000 --env test",
"test:e2e": "./node_modules/.bin/mocha -r ts-node/register -r tsconfig-paths/register ./test/e2e/00-bootstrap.e2e.test.js --exit --reporter spec --timeout 5000 --env test",
"doc:typedoc": "typedoc --name 'Cliam documentation' --defaultCategory 'Test' --categorizeByGroup true --out ./docs/typedoc ./src",
"todo": "leasot -x --reporter markdown './src/**/*.ts' > TODO.md && git add TODO.md"
"todo": "leasot -x --reporter markdown './src/**/*.ts' > TODO.md && git add TODO.md",
"version": "git add package.json && git add README.md && auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update changelog\""
},
"_moduleAliases": {
"@classes": "lib/classes",
Expand Down
Binary file removed test/utils/fixtures/files/electric-bulb.mp4
Binary file not shown.
Binary file removed test/utils/fixtures/files/tags.png
Binary file not shown.

0 comments on commit 5a2190b

Please sign in to comment.