Skip to content

Latest commit

 

History

History
337 lines (216 loc) · 18.6 KB

CHANGELOG.md

File metadata and controls

337 lines (216 loc) · 18.6 KB

Change Log

v2.1.0 (2017-09-28)

Full Changelog

v2.0.0 (2017-09-28)

Full Changelog

Closed issues:

  • Failed to execute project with ava #100

Merged pull requests:

v1.1.2 (2017-08-10)

Full Changelog

Closed issues:

  • Rename getInitialState #91

Merged pull requests:

v1.1.1 (2017-06-07)

Full Changelog

v1.1.0 (2017-06-07)

Full Changelog

v1.0.2 (2017-05-23)

Full Changelog

Merged pull requests:

v1.0.1 (2017-05-16)

Full Changelog

v1.0.0 (2017-05-16)

Full Changelog

Closed issues:

  • Plugins that modify the server engine are not called on "Start" #86

Merged pull requests:

v1.0.0-alpha.13 (2017-05-04)

Full Changelog

v1.0.0-alpha.12 (2017-05-03)

Full Changelog

v1.0.0-alpha.11 (2017-05-03)

Full Changelog

v1.0.0-alpha.10 (2017-05-03)

Full Changelog

Merged pull requests:

v1.0.0-alpha.9 (2017-05-03)

Full Changelog

v1.0.0-alpha.8 (2017-05-02)

Full Changelog

v1.0.0-alpha.7 (2017-05-02)

Full Changelog

v1.0.0-alpha.6 (2017-05-02)

Full Changelog

v1.0.0-alpha.5 (2017-05-02)

Full Changelog

Implemented enhancements:

  • [Proposal] Transform new registrators into plugins #37
  • Add registrator for Metal Component #22
  • Exposes configuration to enable or disable registrators #19

Merged pull requests:

v1.0.0-alpha.4 (2017-05-01)

Full Changelog

v1.0.0-alpha.3 (2017-04-29)

Full Changelog

v1.0.0-alpha.2 (2017-04-29)

Full Changelog

v1.0.0-alpha.1 (2017-04-28)

Full Changelog

Fixed bugs:

  • Travis CI is not sending coverage info to codecov #51

Closed issues:

  • Update magnet CLI (generate) to add build command on package.json #78
  • Ensure that start and stop are called once #76
  • Fix early return with duplicated files when not using realpath on getFiles function #75
  • Add support to stop lifecycle #74
  • Add Prettier support #72
  • Make errors context-aware #71

Merged pull requests:

v0.20.0 (2017-04-22)

Full Changelog

Implemented enhancements:

  • Update readme #25
  • Play nice with v8's inspector #3

Closed issues:

  • Warn about limit on number of files that can be watched on magnet dev #69
  • Export Magnet as default on index.js #65

v0.19.4 (2017-03-25)

Full Changelog

v0.19.3 (2017-03-24)

Full Changelog

v0.19.2 (2017-03-24)

Full Changelog

Implemented enhancements:

  • Trace warnings by default on dev mode #68

Closed issues:

  • Add public methods for get/set port and hostname #56

Merged pull requests:

  • Add public methods for get/set port and hostname #66 (NetoDevel)

v0.19.1 (2017-03-11)

Full Changelog

v0.19.0 (2017-03-07)

Full Changelog

v0.18.0 (2017-03-03)

Full Changelog

Merged pull requests:

v0.17.0 (2017-03-01)

Full Changelog

Closed issues:

  • Implement environment management priority #7

v0.16.0 (2017-03-01)

Full Changelog

v0.15.0 (2017-03-01)

Full Changelog

v0.14.0 (2017-03-01)

Full Changelog

v0.13.0 (2017-03-01)

Full Changelog

v0.12.0 (2017-03-01)

Full Changelog

Merged pull requests:

  • Improves coverage for .build() and adds capability of serving just the static folder as an app #61 (pragmaticivan)
  • Adds tests for validator error middleware and coverage for dist directory on start function #60 (pragmaticivan)

v0.11.0 (2017-02-28)

Full Changelog

v0.10.0 (2017-02-28)

Full Changelog

Implemented enhancements:

  • Transform unit tests into integration tests on .register() for registrator modules #50
  • Add examples/custom-middleware #28
  • Refactors tests and increase coverage #9

Closed issues:

  • Add examples of request parameter validation #54

Merged pull requests:

v0.9.0 (2017-02-28)

Full Changelog

v0.8.0 (2017-02-28)

Full Changelog

Implemented enhancements:

  • Add magnet build on CLI #47
  • Module is the only param used on registrator .test() function #44
  • The failure of one registrator should not break the following ones #38
  • Disable log when configuration for verbosity is disabled #1

Closed issues:

  • Rename runStartHook_ #57
  • .stop() function on Magnet class should delete .magnet folder #55

Merged pull requests:

  • Improves wedeploy example README curl commands #53 (cirocosta)
  • Replaces npm run by npm start in README.md #52 (cirocosta)

v0.7.0 (2017-02-24)

Full Changelog

v0.6.0 (2017-02-24)

Full Changelog

Implemented enhancements:

  • Make registrator perform the test inside its main function #39
  • Adds middleware for Cross-Site Request Forgery (CSRF) #35
  • Adds support to multipart requests by default #5

Fixed bugs:

  • Add static folder to exclusion list on magnet config #45
  • Anonimous module being used on injection test #41
  • Handle error when project directory is empty #34

Closed issues:

  • Investigate webpack run usage with error callback for test purpose #36

Merged pull requests:

v0.5.0 (2017-02-23)

Full Changelog

Fixed bugs:

  • Add ignore pattern for chokidar watch on magnet cli #27

v0.4.0 (2017-02-23)

Full Changelog

Implemented enhancements:

  • Add magnet init command #23
  • Add magnet routes command #21

v0.3.0 (2017-02-23)

Full Changelog

v0.2.0 (2017-02-22)

Full Changelog

Implemented enhancements:

  • Configure code climate #15
  • Configure codecov #14

Fixed bugs:

  • Coverage gulp task is not working #20

Closed issues:

  • Standardizes gramma and formatting of log messages #11
  • Simpifies and lint gulpfile.js #10
  • Adds support for ES2017 transpilation by default #8
  • Ignoring unwanted directories #4
  • Include runtime dependencies #2

Merged pull requests:

v0.1.0 (2017-02-10)

* This Change Log was automatically generated by github_changelog_generator