Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Updated CHANGELOG and package.json for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grtjn committed Mar 20, 2017
1 parent d35ee89 commit c84a77d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
31 changes: 23 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log

## [Unreleased](https://github.com/marklogic/slush-marklogic-node/tree/HEAD)

[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.2.0...HEAD)
## [1.3.0](https://github.com/marklogic/slush-marklogic-node/tree/1.3.0) (2017-03-20)
[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.2.0...1.3.0)

**Implemented enhancements:**

- User ${app-role} in sample options [\#471](https://github.com/marklogic/slush-marklogic-node/issues/471)
- Add Cards theme [\#411](https://github.com/marklogic/slush-marklogic-node/issues/411)
- Using slush with marklogic server in HTTPS [\#401](https://github.com/marklogic/slush-marklogic-node/issues/401)
- View HTML keys/values on detail page [\#341](https://github.com/marklogic/slush-marklogic-node/issues/341)
Expand All @@ -14,6 +14,11 @@

**Fixed bugs:**

- remove "vkbeautify-wrapper": "\*", from bower.json [\#486](https://github.com/marklogic/slush-marklogic-node/issues/486)
- hard-coded sinon release in bower.json fails [\#475](https://github.com/marklogic/slush-marklogic-node/issues/475)
- Guest-access still not working properly with passport [\#473](https://github.com/marklogic/slush-marklogic-node/issues/473)
- Subtle diffs in auth with new whitelist proxy [\#472](https://github.com/marklogic/slush-marklogic-node/issues/472)
- Middle-tier vars not passed through properly [\#470](https://github.com/marklogic/slush-marklogic-node/issues/470)
- Helmet noSniff together with middle-tier sending wrong mimes, causes ui to not open [\#451](https://github.com/marklogic/slush-marklogic-node/issues/451)
- Recent changes to `ml info` break `gulp init` [\#450](https://github.com/marklogic/slush-marklogic-node/issues/450)
- vkbeautify-wrapper gone [\#438](https://github.com/marklogic/slush-marklogic-node/issues/438)
Expand All @@ -22,14 +27,26 @@

**Closed issues:**

- BrowserSync 2.8.4+ doesn't work with Nodejs v0.10 [\#433](https://github.com/marklogic/slush-marklogic-node/issues/433)
- Default search options extract full doc [\#484](https://github.com/marklogic/slush-marklogic-node/issues/484)
- Passport authenticators not flushed on logout [\#482](https://github.com/marklogic/slush-marklogic-node/issues/482)
- userService.getUser fails if not logged in [\#480](https://github.com/marklogic/slush-marklogic-node/issues/480)
- Issue with charts in dashboard theme [\#467](https://github.com/marklogic/slush-marklogic-node/issues/467)
- Refactor to use $ctrl in html [\#465](https://github.com/marklogic/slush-marklogic-node/issues/465)
- Navigation breaks if showHome is disabled [\#461](https://github.com/marklogic/slush-marklogic-node/issues/461)
- "registered" property in sample data is incorrectly formatted dateTime [\#458](https://github.com/marklogic/slush-marklogic-node/issues/458)
- Use digest by default [\#442](https://github.com/marklogic/slush-marklogic-node/issues/442)
- BrowserSync 2.8.4+ doesn't work with Nodejs v0.10 [\#433](https://github.com/marklogic/slush-marklogic-node/issues/433)

**Merged pull requests:**

- SW-9 Added documentation on how to run in production. This update c… [\#444](https://github.com/marklogic/slush-marklogic-node/pull/444) ([bluetorch](https://github.com/bluetorch))
- Do not add padding to .row in the dashboard theme [\#435](https://github.com/marklogic/slush-marklogic-node/pull/435) ([patrickmcelwee](https://github.com/patrickmcelwee))
- Fixed small issue with Cancel on Create/Edit page [\#489](https://github.com/marklogic/slush-marklogic-node/pull/489) ([grtjn](https://github.com/grtjn))
- Fixed \#484 and more [\#488](https://github.com/marklogic/slush-marklogic-node/pull/488) ([grtjn](https://github.com/grtjn))
- getAuthenticatedStatus needs to always return promise [\#485](https://github.com/marklogic/slush-marklogic-node/pull/485) ([patrickmcelwee](https://github.com/patrickmcelwee))
- Fixed \#482: made sure authenticators are cleared properly at /user/logout, and code reformatting of all node-server files [\#483](https://github.com/marklogic/slush-marklogic-node/pull/483) ([grtjn](https://github.com/grtjn))
- Fixed $ctrl in directives [\#481](https://github.com/marklogic/slush-marklogic-node/pull/481) ([grtjn](https://github.com/grtjn))
- Sinon fix, and some more.. [\#476](https://github.com/marklogic/slush-marklogic-node/pull/476) ([grtjn](https://github.com/grtjn))
- Fix \#467 - Allow /values to proxy properly [\#468](https://github.com/marklogic/slush-marklogic-node/pull/468) ([mariannemyers](https://github.com/mariannemyers))
- Fixing gulp build issue [\#464](https://github.com/marklogic/slush-marklogic-node/pull/464) ([grtjn](https://github.com/grtjn))
- Improved fix for \#438: skip vkbeautify-wrapper entirely [\#463](https://github.com/marklogic/slush-marklogic-node/pull/463) ([grtjn](https://github.com/grtjn))
Expand All @@ -45,16 +62,16 @@
- Make front end more fault tolerant to the session being lost [\#448](https://github.com/marklogic/slush-marklogic-node/pull/448) ([Audarth](https://github.com/Audarth))
- Fixed \#442: making sure middle-tier uses digest auth against MarkLogic [\#446](https://github.com/marklogic/slush-marklogic-node/pull/446) ([grtjn](https://github.com/grtjn))
- Merging cards theme into master [\#445](https://github.com/marklogic/slush-marklogic-node/pull/445) ([grtjn](https://github.com/grtjn))
- SW-9 Added documentation on how to run in production. This update c… [\#444](https://github.com/marklogic/slush-marklogic-node/pull/444) ([bluetorch](https://github.com/bluetorch))
- 401-make-SSL-support-configurable [\#443](https://github.com/marklogic/slush-marklogic-node/pull/443) ([divino](https://github.com/divino))
- adding fixes to the spacing [\#441](https://github.com/marklogic/slush-marklogic-node/pull/441) ([jenbreese](https://github.com/jenbreese))
- Various changes for cards-theme [\#440](https://github.com/marklogic/slush-marklogic-node/pull/440) ([grtjn](https://github.com/grtjn))
- Cards theme [\#439](https://github.com/marklogic/slush-marklogic-node/pull/439) ([jenbreese](https://github.com/jenbreese))
- Do not add padding to .row in the dashboard theme [\#435](https://github.com/marklogic/slush-marklogic-node/pull/435) ([patrickmcelwee](https://github.com/patrickmcelwee))
- refinements for \#411. Added the blue variant [\#432](https://github.com/marklogic/slush-marklogic-node/pull/432) ([jenbreese](https://github.com/jenbreese))
- Fixed more app.route dependencies [\#430](https://github.com/marklogic/slush-marklogic-node/pull/430) ([grtjn](https://github.com/grtjn))
- Fixed app.route dependency [\#429](https://github.com/marklogic/slush-marklogic-node/pull/429) ([grtjn](https://github.com/grtjn))
- Cards theme [\#428](https://github.com/marklogic/slush-marklogic-node/pull/428) ([grtjn](https://github.com/grtjn))
- \#411: Rebased cards-theme on top of latest changes, and consolidation across themes [\#425](https://github.com/marklogic/slush-marklogic-node/pull/425) ([grtjn](https://github.com/grtjn))
- \#411: Added cards theme [\#412](https://github.com/marklogic/slush-marklogic-node/pull/412) ([jenbreese](https://github.com/jenbreese))

## [1.2.0](https://github.com/marklogic/slush-marklogic-node/tree/1.2.0) (2016-12-01)
[Full Changelog](https://github.com/marklogic/slush-marklogic-node/compare/1.1.1...1.2.0)
Expand Down Expand Up @@ -99,8 +116,6 @@

**Merged pull requests:**

- \#411: Rebased cards-theme on top of latest changes, and consolidation across themes [\#425](https://github.com/marklogic/slush-marklogic-node/pull/425) ([grtjn](https://github.com/grtjn))
- \#411: Added cards theme [\#412](https://github.com/marklogic/slush-marklogic-node/pull/412) ([jenbreese](https://github.com/jenbreese))
- \#361: Highcharts in dashboard theme [\#409](https://github.com/marklogic/slush-marklogic-node/pull/409) ([divino](https://github.com/divino))
- \#405: Define variables that were left undefined [\#406](https://github.com/marklogic/slush-marklogic-node/pull/406) ([patrickmcelwee](https://github.com/patrickmcelwee))
- Fixed landing page panel issue, cleaned up rest transforms [\#427](https://github.com/marklogic/slush-marklogic-node/pull/427) ([grtjn](https://github.com/grtjn))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slush-marklogic-node",
"version": "1.2.0",
"version": "1.3.0",
"description": "A slush generator for AngularJS/node.js/MarkLogic",
"main": "slushfile.js",
"author": "David Cassel <[email protected]>",
Expand Down

0 comments on commit c84a77d

Please sign in to comment.