diff --git a/CHANGELOG.md b/CHANGELOG.md index c47feb64..764c4621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,128 @@ + +## 0.4.2 (2015-11-11) + + +* bug(readme): Remove Broken Live Demo Link ([9bfb312](https://github.com/meanjs/mean/commit/9bfb312)) +* test(travis): Add Testing for Node 5 ([eafad77](https://github.com/meanjs/mean/commit/eafad77)) +* [bug] Dont use Cache ([3db8709](https://github.com/meanjs/mean/commit/3db8709)) +* [bug] Gulp test wasn't running server tests ([2131ccd](https://github.com/meanjs/mean/commit/2131ccd)) +* [bug] Seed Password's strength [Closes #908] ([1095131](https://github.com/meanjs/mean/commit/1095131)), closes [#908](https://github.com/meanjs/mean/issues/908) +* [doc] Add seed user instructions to README ([927855f](https://github.com/meanjs/mean/commit/927855f)) +* [docs] Changelog ([892d9bf](https://github.com/meanjs/mean/commit/892d9bf)) +* [docs] Information about Contributing ([5a4fe5a](https://github.com/meanjs/mean/commit/5a4fe5a)) +* [hotfix] Fixes db seed password bug ([1c7d742](https://github.com/meanjs/mean/commit/1c7d742)) +* [hotfix] SeedDB missing in env config ([28f1f57](https://github.com/meanjs/mean/commit/28f1f57)) +* Add ESLint support ([d5cc4b7](https://github.com/meanjs/mean/commit/d5cc4b7)) +* Added Ruby and Sass to requirements with install directions ([cec3e1f](https://github.com/meanjs/mean/commit/cec3e1f)) +* Added short Gulp Section to Intro ([1a3d3c1](https://github.com/meanjs/mean/commit/1a3d3c1)) +* adding ability to configure session.secret in local env config ([2eb0b09](https://github.com/meanjs/mean/commit/2eb0b09)) +* Adding another job for Travis CI to run the `grunt coverage` task on every build ([c6e0f68](https://github.com/meanjs/mean/commit/c6e0f68)) +* adding caching for packages and npm modules across builds. Also setting sudo to false as it's not us ([97d7eb7](https://github.com/meanjs/mean/commit/97d7eb7)) +* adding karma coverage for grunt ([c2b13b9](https://github.com/meanjs/mean/commit/c2b13b9)) +* Adding MEAN.JS version information as part of the startup info when app loads ([58b371b](https://github.com/meanjs/mean/commit/58b371b)) +* adding more API tests ([eb7c4f8](https://github.com/meanjs/mean/commit/eb7c4f8)) +* adding protractor options to fix travis failing ([83eb2dc](https://github.com/meanjs/mean/commit/83eb2dc)) +* adding return done() to tests ([b07af94](https://github.com/meanjs/mean/commit/b07af94)) +* adding route tests for user/admin CRUD operations ([de354ee](https://github.com/meanjs/mean/commit/de354ee)) +* adding stronger password requirements for improving security based on OWASP ([1fd6bb6](https://github.com/meanjs/mean/commit/1fd6bb6)) +* Adding support for meanjs-version specific configuration option and displaying both MEAN.JS project ([a12746e](https://github.com/meanjs/mean/commit/a12746e)) +* adding support for nodejs v4 and allowing it to fail without failing the complete build for CI ([0302a76](https://github.com/meanjs/mean/commit/0302a76)) +* adding tests for directives ([6514044](https://github.com/meanjs/mean/commit/6514044)) +* adding tests for meanjs core server functionality ([6f8b5bf](https://github.com/meanjs/mean/commit/6f8b5bf)) +* adding the required support to properly build the nodejs v4 edition ([b7a57ab](https://github.com/meanjs/mean/commit/b7a57ab)) +* Changed favicon string to env variable ([5af083c](https://github.com/meanjs/mean/commit/5af083c)) +* Dummy config directory for the articles module to make it easier for developers to understand and re ([903b4ca](https://github.com/meanjs/mean/commit/903b4ca)) +* Duplicate CRUD Test - Profile Picture ([a871c92](https://github.com/meanjs/mean/commit/a871c92)) +* Enable log options for Morgan ([8cd2291](https://github.com/meanjs/mean/commit/8cd2291)) +* Fail Build on Node 4 ([c8672a5](https://github.com/meanjs/mean/commit/c8672a5)) +* Favicon invalid path ([e6a5732](https://github.com/meanjs/mean/commit/e6a5732)) +* Fix redirection to previous state after required authentication ([2b8bee0](https://github.com/meanjs/mean/commit/2b8bee0)) +* Fix typo ([be36823](https://github.com/meanjs/mean/commit/be36823)) +* fixed bug #923 - making password reset links work for both http and https configuration ([b824ebc](https://github.com/meanjs/mean/commit/b824ebc)), closes [#923](https://github.com/meanjs/mean/issues/923) +* fixes #898 - addressing the issue where the webhook API is hard-coded into the travis config file ([70e83ff](https://github.com/meanjs/mean/commit/70e83ff)), closes [#898](https://github.com/meanjs/mean/issues/898) +* fixing grunt and gulp e2e tests ([fdf1ad5](https://github.com/meanjs/mean/commit/fdf1ad5)) +* fixing jshint issues by requiring single quotes ([a38abd0](https://github.com/meanjs/mean/commit/a38abd0)) +* Fixing jshint issues with grunt, gulp, and reset-password script. ([1f79770](https://github.com/meanjs/mean/commit/1f79770)) +* fixing spacing ([96bcd6d](https://github.com/meanjs/mean/commit/96bcd6d)) +* Format code according to ESLint rules ([0323696](https://github.com/meanjs/mean/commit/0323696)) +* Formatting and Indentation ([75cf745](https://github.com/meanjs/mean/commit/75cf745)) +* Global Mocha timeout ([037878b](https://github.com/meanjs/mean/commit/037878b)) +* Link for download link (NodeJs download) ([c83eefa](https://github.com/meanjs/mean/commit/c83eefa)) +* Lock mongoose version to a working version ([64916dd](https://github.com/meanjs/mean/commit/64916dd)) +* Logger Development config default ([99fe989](https://github.com/meanjs/mean/commit/99fe989)) +* Merge pull request #1000 from tatethurston/docs/requirements ([27ce914](https://github.com/meanjs/mean/commit/27ce914)) +* Merge pull request #1001 from ilanbiala/node-pre-gyp ([9795cc0](https://github.com/meanjs/mean/commit/9795cc0)), closes [#938](https://github.com/meanjs/mean/issues/938) +* Merge pull request #1002 from codydaig/docs/contributing-docs ([eb8d819](https://github.com/meanjs/mean/commit/eb8d819)) +* Merge pull request #1004 from lirantal/feature/travis-webhooks-as-env-variables ([71cc173](https://github.com/meanjs/mean/commit/71cc173)) +* Merge pull request #1006 from zeldar/gulpdocs#741 ([aa5f12b](https://github.com/meanjs/mean/commit/aa5f12b)) +* Merge pull request #1008 from codydaig/nocache ([4dc0f30](https://github.com/meanjs/mean/commit/4dc0f30)) +* Merge pull request #1009 from codydaig/bug/mongoose ([c2a86e0](https://github.com/meanjs/mean/commit/c2a86e0)) +* Merge pull request #1019 from mleanos/logger-default-stdout ([1ddd364](https://github.com/meanjs/mean/commit/1ddd364)) +* Merge pull request #1020 from codydaig/updateMongoose ([afd93b4](https://github.com/meanjs/mean/commit/afd93b4)) +* Merge pull request #1022 from codydaig/docs/changelog3 ([3165351](https://github.com/meanjs/mean/commit/3165351)) +* Merge pull request #1025 from mleanos/seeddb-missing-config ([860f7ce](https://github.com/meanjs/mean/commit/860f7ce)) +* Merge pull request #1026 from jloveland/jshint-issues-missed ([d7d1d64](https://github.com/meanjs/mean/commit/d7d1d64)) +* Merge pull request #1027 from rodp82/master ([c2f0d18](https://github.com/meanjs/mean/commit/c2f0d18)) +* Merge pull request #1028 from mleanos/duplicate-test-profile-picture ([1cd909a](https://github.com/meanjs/mean/commit/1cd909a)) +* Merge pull request #1039 from ryanjbaxter/bluemix-mongo-changes ([61ea25c](https://github.com/meanjs/mean/commit/61ea25c)) +* Merge pull request #1042 from codydaig/test/node5 ([829a7de](https://github.com/meanjs/mean/commit/829a7de)) +* Merge pull request #1043 from codydaig/bug/liveexample ([23cad18](https://github.com/meanjs/mean/commit/23cad18)) +* Merge pull request #801 from codydaig/docs/pull793 ([fe0d106](https://github.com/meanjs/mean/commit/fe0d106)) +* Merge pull request #878 from jloveland/owasp-password-strength ([5c16db2](https://github.com/meanjs/mean/commit/5c16db2)) +* Merge pull request #886 from lirantal/feature/travis-ci-enable-coverage-task ([522cc6b](https://github.com/meanjs/mean/commit/522cc6b)) +* Merge pull request #887 from lirantal/feature/app-startup-version-number ([d1a9119](https://github.com/meanjs/mean/commit/d1a9119)) +* Merge pull request #890 from lirantal/feature/article-module-dummy-config-dir ([bd1a7d7](https://github.com/meanjs/mean/commit/bd1a7d7)) +* Merge pull request #891 from codydaig/bug/gulphang ([48b1a9c](https://github.com/meanjs/mean/commit/48b1a9c)), closes [#873](https://github.com/meanjs/mean/issues/873) +* Merge pull request #893 from lirantal/feature/seeddb-refactor-users ([fba6eb7](https://github.com/meanjs/mean/commit/fba6eb7)) +* Merge pull request #901 from igorauad/fixRedirection ([5901b17](https://github.com/meanjs/mean/commit/5901b17)) +* Merge pull request #904 from jloveland/jshint-single-quotes ([cc80930](https://github.com/meanjs/mean/commit/cc80930)) +* Merge pull request #906 from lirantal/feature/travis-add-node-v4 ([be3622b](https://github.com/meanjs/mean/commit/be3622b)) +* Merge pull request #909 from codydaig/patch-1 ([03da3ee](https://github.com/meanjs/mean/commit/03da3ee)), closes [#908](https://github.com/meanjs/mean/issues/908) +* Merge pull request #910 from jloveland/hide-password-validator ([cc486d5](https://github.com/meanjs/mean/commit/cc486d5)) +* Merge pull request #911 from simonlinj/patch-1 ([3e69385](https://github.com/meanjs/mean/commit/3e69385)) +* Merge pull request #917 from simison/patch-13 ([8cbbb35](https://github.com/meanjs/mean/commit/8cbbb35)) +* Merge pull request #921 from mleanos/dbseed-user-passwords ([b800141](https://github.com/meanjs/mean/commit/b800141)) +* Merge pull request #922 from lirantal/feature/travis-add-node-v4-gcc-update ([3cfd978](https://github.com/meanjs/mean/commit/3cfd978)) +* Merge pull request #924 from lirantal/bugfix/923-ssl-support-for-password-reset ([cdd6a79](https://github.com/meanjs/mean/commit/cdd6a79)), closes [#923](https://github.com/meanjs/mean/issues/923) +* Merge pull request #925 from lirantal/bugfix/user-route-tests-typos ([0a91e34](https://github.com/meanjs/mean/commit/0a91e34)) +* Merge pull request #927 from jloveland/local-session-secret ([28ae5d6](https://github.com/meanjs/mean/commit/28ae5d6)) +* Merge pull request #928 from lirantal/feature/user-route-tests-improve ([658ac8d](https://github.com/meanjs/mean/commit/658ac8d)) +* Merge pull request #937 from lirantal/feature/seeddb-refactoring ([7fcd4f2](https://github.com/meanjs/mean/commit/7fcd4f2)) +* Merge pull request #939 from jloveland/e2e-tests-fix ([7a9ee53](https://github.com/meanjs/mean/commit/7a9ee53)), closes [#929](https://github.com/meanjs/mean/issues/929) +* Merge pull request #944 from SibuStephen/patch-1 ([1b22b7c](https://github.com/meanjs/mean/commit/1b22b7c)) +* Merge pull request #948 from gustavodemari/update-multer-profile-upload ([63d0d71](https://github.com/meanjs/mean/commit/63d0d71)), closes [#947](https://github.com/meanjs/mean/issues/947) +* Merge pull request #956 from mleanos/mocha-test-suite-timeouts ([3ff893a](https://github.com/meanjs/mean/commit/3ff893a)), closes [#955](https://github.com/meanjs/mean/issues/955) +* Merge pull request #957 from mleanos/seeddb-enhance-testability ([e30c3d1](https://github.com/meanjs/mean/commit/e30c3d1)) +* Merge pull request #959 from lirantal/feature/user-route-tests-improve-3 ([4586c29](https://github.com/meanjs/mean/commit/4586c29)) +* Merge pull request #967 from mleanos/user-model-validate-bug ([19aea2f](https://github.com/meanjs/mean/commit/19aea2f)), closes [#966](https://github.com/meanjs/mean/issues/966) +* Merge pull request #968 from jloveland/e2e-test-error ([3454cf8](https://github.com/meanjs/mean/commit/3454cf8)) +* Merge pull request #971 from jloveland/session-tests-return ([9c78c63](https://github.com/meanjs/mean/commit/9c78c63)) +* Merge pull request #972 from mleanos/mocha-global-timeout-grunt ([8a12f76](https://github.com/meanjs/mean/commit/8a12f76)) +* Merge pull request #980 from codydaig/patch-1 ([7406b2d](https://github.com/meanjs/mean/commit/7406b2d)) +* Merge pull request #985 from jloveland/karma-coverage ([76e11e4](https://github.com/meanjs/mean/commit/76e11e4)) +* Merge pull request #987 from mleanos/favicon-path-bug ([3a4c51a](https://github.com/meanjs/mean/commit/3a4c51a)), closes [#979](https://github.com/meanjs/mean/issues/979) +* Merge pull request #990 from ilanbiala/eslint ([1729db3](https://github.com/meanjs/mean/commit/1729db3)), closes [#763](https://github.com/meanjs/mean/issues/763) +* Merge pull request #991 from ilanbiala/formatting-fixes ([52f94a2](https://github.com/meanjs/mean/commit/52f94a2)) +* Merge pull request #993 from jloveland/e2e-fail-travis ([7509074](https://github.com/meanjs/mean/commit/7509074)) +* Merge pull request #999 from mleanos/morgan-logger-config ([a6b3f14](https://github.com/meanjs/mean/commit/a6b3f14)) +* Mocha test timeouts [fixes #955] ([3b375e6](https://github.com/meanjs/mean/commit/3b375e6)), closes [#955](https://github.com/meanjs/mean/issues/955) +* refactoring the seeddb logic to work with promises all over due to all the async behavior ([9886093](https://github.com/meanjs/mean/commit/9886093)) +* Refactoring the seeded user objects to be easily maintained ([05f9053](https://github.com/meanjs/mean/commit/05f9053)) +* removing keepAlive conf to fail travis if e2e tests fail ([70d7e17](https://github.com/meanjs/mean/commit/70d7e17)) +* renaming strength meter, hiding when password field is empty, and refactoring directives to use $va ([f733efb](https://github.com/meanjs/mean/commit/f733efb)) +* Repeating Characters condition ([3d37e20](https://github.com/meanjs/mean/commit/3d37e20)) +* Seed options - logResults ([0560062](https://github.com/meanjs/mean/commit/0560062)) +* Solves User model validation bug ([288f0b4](https://github.com/meanjs/mean/commit/288f0b4)) +* Switched to using new MongoDB service in Bluemix since MongoLabs is being removed ([7340e68](https://github.com/meanjs/mean/commit/7340e68)) +* Synchronous tests ([32e0d12](https://github.com/meanjs/mean/commit/32e0d12)) +* Update Bower manifest ([08c0732](https://github.com/meanjs/mean/commit/08c0732)) +* Update Mongoose Version ([09bc727](https://github.com/meanjs/mean/commit/09bc727)) +* Update package.json ([2ab02b7](https://github.com/meanjs/mean/commit/2ab02b7)) +* updating .travis.yml file for allowing builds to fail ([984e168](https://github.com/meanjs/mean/commit/984e168)) +* updating comments for tests in code ([1eddc47](https://github.com/meanjs/mean/commit/1eddc47)) +* updating profile upload with a new version of multer ([7ecf933](https://github.com/meanjs/mean/commit/7ecf933)) +* updating travis to support installing a local mail server ([0017886](https://github.com/meanjs/mean/commit/0017886)) + ## 0.4.1 (2015-09-03) @@ -361,6 +486,3 @@ * updating the schema save pre hook so that it checks for a modified version of the password field bef ([bf79c17](https://github.com/meanjs/mean/commit/bf79c17)) * Use validator.js for email validation ([a23290b](https://github.com/meanjs/mean/commit/a23290b)) * Wait for async saving and removing ([1897ef9](https://github.com/meanjs/mean/commit/1897ef9)) - - - diff --git a/package.json b/package.json index 7bbbe5a8..cf4959be 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "meanjs", "description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js.", - "version": "0.4.1", - "meanjs-version": "0.4.1", + "version": "0.4.2", + "meanjs-version": "0.4.2", "private": false, "author": "https://github.com/meanjs/mean/graphs/contributors", "license": "MIT",