This repository was archived by the owner on May 9, 2023. It is now read-only.
Releases: itsmistad/Mirai
Releases · itsmistad/Mirai
Release list
v0.1.3b
v0.1.3b
Mirai's "Hello World"
This is Mirai's first release. Currently, this version doesn't do much other than spin up a one-page web server. However, this marks the completion of Mirai's foundational work.
Key
| Symbol | Meaning |
|---|---|
| + | Added |
| - | Removed |
| ~ | Fixed |
| = | Updated |
| ! | Broke |
Changelog
- + Added the following core services: Config, Email, Environment, Log, Root, and Web.
- + Added the following persisters: MongoDb and S3.
- + Added a migration script migrator.
- + Added unit and integration tests to meet our "80% coverage" standard accordingly.
- + Added a "Home" page.
- + Added CloudFormation templates for the S3 bucket and ElasticBeanstalk instance.
- + Added a TravisCI configuration file.
- + Added development scripts for (ES)Linting, local-syncing, migration execution, and app execution (
lint.sh,watch.sh,run-migrations.sh, andstart.sh, respectively).