Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Releases: itsmistad/Mirai

Release list

v0.1.3b

Choose a tag to compare

@itsmistad itsmistad released this 28 Feb 15:40
59b475d

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

  1. + Added the following core services: Config, Email, Environment, Log, Root, and Web.
  2. + Added the following persisters: MongoDb and S3.
  3. + Added a migration script migrator.
  4. + Added unit and integration tests to meet our "80% coverage" standard accordingly.
  5. + Added a "Home" page.
  6. + Added CloudFormation templates for the S3 bucket and ElasticBeanstalk instance.
  7. + Added a TravisCI configuration file.
  8. + Added development scripts for (ES)Linting, local-syncing, migration execution, and app execution (lint.sh, watch.sh, run-migrations.sh, and start.sh, respectively).