v2.1.0 (2017-09-28)
v2.0.0 (2017-09-28)
Closed issues:
- Failed to execute project with ava #100
Merged pull requests:
- Adds ignore pattern on magnet cli watch #103 (pragmaticivan)
- Disable all native node modules on webpack. #101 (pragmaticivan)
- Updates log messages and applies refactoring on client/server usage #99 (pragmaticivan)
- Uses shared webpack for client build #98 (pragmaticivan)
- Improve CLI process lifecycle #92 (pragmaticivan)
v1.1.2 (2017-08-10)
Closed issues:
- Rename getInitialState #91
Merged pull requests:
- Adds dev config #94 (pragmaticivan)
v1.1.1 (2017-06-07)
v1.1.0 (2017-06-07)
v1.0.2 (2017-05-23)
Merged pull requests:
v1.0.1 (2017-05-16)
v1.0.0 (2017-05-16)
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)
v1.0.0-alpha.12 (2017-05-03)
v1.0.0-alpha.11 (2017-05-03)
v1.0.0-alpha.10 (2017-05-03)
Merged pull requests:
- Fixes aggregateBabelPresets called inside a loop #85 (pragmaticivan)
v1.0.0-alpha.9 (2017-05-03)
v1.0.0-alpha.8 (2017-05-02)
v1.0.0-alpha.7 (2017-05-02)
v1.0.0-alpha.6 (2017-05-02)
v1.0.0-alpha.5 (2017-05-02)
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:
- Adds plugin support #84 (pragmaticivan)
v1.0.0-alpha.4 (2017-05-01)
v1.0.0-alpha.3 (2017-04-29)
v1.0.0-alpha.2 (2017-04-29)
v1.0.0-alpha.1 (2017-04-28)
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:
- Revert magnet cli spawn implementation #82 (pragmaticivan)
- Removes description for base package on magnet generate cli #81 (pragmaticivan)
- Adds magnet build before magnet start on start hook and adds stop lifecycle to basic example #80 (pragmaticivan)
- Update start script to execute magnet build before start #79 (pragmaticivan)
- Adds prettier support #77 (pragmaticivan)
- Adds support to stop lifecycle and ensures that start and stop are called once #73 (pragmaticivan)
v0.20.0 (2017-04-22)
Implemented enhancements:
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)
v0.19.3 (2017-03-24)
v0.19.2 (2017-03-24)
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:
v0.19.1 (2017-03-11)
v0.19.0 (2017-03-07)
v0.18.0 (2017-03-03)
Merged pull requests:
- Adds integration tests for config by environment and with different directory #63 (pragmaticivan)
- Adds config example #62 (pragmaticivan)
v0.17.0 (2017-03-01)
Closed issues:
- Implement environment management priority #7
v0.16.0 (2017-03-01)
v0.15.0 (2017-03-01)
v0.14.0 (2017-03-01)
v0.13.0 (2017-03-01)
v0.12.0 (2017-03-01)
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)
v0.10.0 (2017-02-28)
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:
- Setup silent log level for all the tests #59 (pragmaticivan)
- Applies refactoring for registrator tests #58 (pragmaticivan)
v0.9.0 (2017-02-28)
v0.8.0 (2017-02-28)
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:
Merged pull requests:
- Improves wedeploy example README curl commands #53 (cirocosta)
- Replaces
npm run
bynpm start
in README.md #52 (cirocosta)
v0.7.0 (2017-02-24)
v0.6.0 (2017-02-24)
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:
- Updates ignore config to not load js files indie static folder and adds tests for getFiles function #49 (pragmaticivan)
- Adds houndci support #48 (pragmaticivan)
- Adds pending specs for build and registrator features and apply some refactoring #46 (pragmaticivan)
- Adds test params on injection registrator #42 (pragmaticivan)
- Updates readme #33 (pragmaticivan)
v0.5.0 (2017-02-23)
Fixed bugs:
- Add ignore pattern for chokidar watch on magnet cli #27
v0.4.0 (2017-02-23)
Implemented enhancements:
v0.3.0 (2017-02-23)
v0.2.0 (2017-02-22)
Implemented enhancements:
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:
- Adds base for magnet init on CLI #32 (pragmaticivan)
- Adds codebeat badge #31 (pragmaticivan)
- Configures codecov and adds gulp scripts into package.json #26 (pragmaticivan)
- Improvements and coverage #24 (pragmaticivan)
- Fixes js doc and adds underline to private methods on injection file. #18 (pragmaticivan)
- Refactors code #17 (eduardolundgren)
- Cleans gulpfile and updates release depdencies #16 (pragmaticivan)
- Adds tests for start lifecycle callback #13 (pragmaticivan)
- [WIP] Test coverage #12 (pragmaticivan)
- Adds travis secured keys and auto publish #6 (pragmaticivan)
v0.1.0 (2017-02-10)
* This Change Log was automatically generated by github_changelog_generator