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

Commit c84a77d

Browse files
committed
Updated CHANGELOG and package.json for 1.3.0
1 parent d35ee89 commit c84a77d

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Change Log
22

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

76
**Implemented enhancements:**
87

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

1515
**Fixed bugs:**
1616

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

2328
**Closed issues:**
2429

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

3140
**Merged pull requests:**
3241

42+
- 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))
43+
- 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))
44+
- Fixed small issue with Cancel on Create/Edit page [\#489](https://github.com/marklogic/slush-marklogic-node/pull/489) ([grtjn](https://github.com/grtjn))
45+
- Fixed \#484 and more [\#488](https://github.com/marklogic/slush-marklogic-node/pull/488) ([grtjn](https://github.com/grtjn))
46+
- getAuthenticatedStatus needs to always return promise [\#485](https://github.com/marklogic/slush-marklogic-node/pull/485) ([patrickmcelwee](https://github.com/patrickmcelwee))
47+
- 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))
48+
- Fixed $ctrl in directives [\#481](https://github.com/marklogic/slush-marklogic-node/pull/481) ([grtjn](https://github.com/grtjn))
49+
- Sinon fix, and some more.. [\#476](https://github.com/marklogic/slush-marklogic-node/pull/476) ([grtjn](https://github.com/grtjn))
3350
- Fix \#467 - Allow /values to proxy properly [\#468](https://github.com/marklogic/slush-marklogic-node/pull/468) ([mariannemyers](https://github.com/mariannemyers))
3451
- Fixing gulp build issue [\#464](https://github.com/marklogic/slush-marklogic-node/pull/464) ([grtjn](https://github.com/grtjn))
3552
- Improved fix for \#438: skip vkbeautify-wrapper entirely [\#463](https://github.com/marklogic/slush-marklogic-node/pull/463) ([grtjn](https://github.com/grtjn))
@@ -45,16 +62,16 @@
4562
- 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))
4663
- 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))
4764
- Merging cards theme into master [\#445](https://github.com/marklogic/slush-marklogic-node/pull/445) ([grtjn](https://github.com/grtjn))
48-
- 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))
4965
- 401-make-SSL-support-configurable [\#443](https://github.com/marklogic/slush-marklogic-node/pull/443) ([divino](https://github.com/divino))
5066
- adding fixes to the spacing [\#441](https://github.com/marklogic/slush-marklogic-node/pull/441) ([jenbreese](https://github.com/jenbreese))
5167
- Various changes for cards-theme [\#440](https://github.com/marklogic/slush-marklogic-node/pull/440) ([grtjn](https://github.com/grtjn))
5268
- Cards theme [\#439](https://github.com/marklogic/slush-marklogic-node/pull/439) ([jenbreese](https://github.com/jenbreese))
53-
- 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))
5469
- refinements for \#411. Added the blue variant [\#432](https://github.com/marklogic/slush-marklogic-node/pull/432) ([jenbreese](https://github.com/jenbreese))
5570
- Fixed more app.route dependencies [\#430](https://github.com/marklogic/slush-marklogic-node/pull/430) ([grtjn](https://github.com/grtjn))
5671
- Fixed app.route dependency [\#429](https://github.com/marklogic/slush-marklogic-node/pull/429) ([grtjn](https://github.com/grtjn))
5772
- Cards theme [\#428](https://github.com/marklogic/slush-marklogic-node/pull/428) ([grtjn](https://github.com/grtjn))
73+
- \#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))
74+
- \#411: Added cards theme [\#412](https://github.com/marklogic/slush-marklogic-node/pull/412) ([jenbreese](https://github.com/jenbreese))
5875

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

100117
**Merged pull requests:**
101118

102-
- \#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))
103-
- \#411: Added cards theme [\#412](https://github.com/marklogic/slush-marklogic-node/pull/412) ([jenbreese](https://github.com/jenbreese))
104119
- \#361: Highcharts in dashboard theme [\#409](https://github.com/marklogic/slush-marklogic-node/pull/409) ([divino](https://github.com/divino))
105120
- \#405: Define variables that were left undefined [\#406](https://github.com/marklogic/slush-marklogic-node/pull/406) ([patrickmcelwee](https://github.com/patrickmcelwee))
106121
- Fixed landing page panel issue, cleaned up rest transforms [\#427](https://github.com/marklogic/slush-marklogic-node/pull/427) ([grtjn](https://github.com/grtjn))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slush-marklogic-node",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A slush generator for AngularJS/node.js/MarkLogic",
55
"main": "slushfile.js",
66
"author": "David Cassel <[email protected]>",

0 commit comments

Comments
 (0)