This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
Bugfix release
v0.1.2 (2015-07-03)
Implemented enhancements:
- Update code/samples to use Native Json #90
- Use extspell.xqy #86
- Prompt user for MarkLogic version #73
- Add ESRI Map Display in Detail View #69
- Unnecessary redirects in server.js #45
- Add example dictionary for use together with extspell #43
- Move JSON samples to sample-data #42
- Duplicate facet selections in search model and search context #38
- Improve mlrest to add more search functionality #37
- Improve mlrest to read search options from server #36
- Add default rest-transform for 'filtering' binary docs at upload #30
- Add default rest-transform for prettifying XML #29
- Add default rest-transform for transforming JSON data (back) to XML #28
- Add default rest-transform for transforming XML data to JSON #27
- Add default rest-transform for downloading data #26
- Replace detail.xslt with client-side rendering #25
- extsuggest still necessary? #24
- Add default rest-extension for analyzing data #23
- Add default rest-extension for similar queries #22
- Add default rest-extension for spell-suggestions #21
- Add factory object to help building structured queries #19
- Use ml. prefix for independent modules #18
- Transform name 'to-json' confusing #17
- #69 - Added ESRI Maps Integration #70 (daveegrant)
Fixed bugs:
- Sample data not loaded correctly? #92
- ML Server version not being reflected accurately in default.properties file #88
- Detail view is not showing data #79
- Template fails on Windows #75
- Module 'gd.ui.jsonexplorer' is not available #71
- Details of sample data not showing #66
- Use absolute paths in index.html #55
- mlMapsProvider api changed.. #47
- The sample app should not trigger a search at init #41
- Highlighting not rendered properly #39
- Deprecation warning at running gulp server #35
- Remove CSS files (in favor of LESS files) #34
- Common module js gives jshint warning #33
- mlrest: rewriteResults creates extra property #20
- Importing the testdata gives warnings and import fails #16
- Additional Dependency #14
Closed issues:
- Add a CONTRIBUTING.md file #53
Merged pull requests:
- #90 - update to use native json #91 (paxtonhare)
- Fixed Display of Detail Data #80 (daveegrant)
- Fixed #73 and #75: added ml-version option, and fixed running under Windows #76 (grtjn)
- updating project based on changes to ng-json-explorer #72 (dmcassel)
- Fixed #43: added dictionary for extspell #63 (grtjn)
- Fixed #55: made all js/css paths absolute in index.html #61 (grtjn)
- Fixed #45: making server.js more generic #60 (grtjn)
- Fixed #42: renamed data to sample-data, adjusted README's accordingly #59 (grtjn)
- Fixed issue #53: added CONTRIBUTING.md #54 (grtjn)
- removed extsuggest #52 (joemfb)
- disable mlMapsProvider config #51 (joemfb)
- refactored sample.search to use ml-search-ng #49 (joemfb)
- Fix for #16, #17, #33. New features #19, #21, #22, #23, #26, #27, #28, #29, #30.. #32 (grtjn)
- Add ml.utils module for mlMaps #13 (withjam)
v0.1.1 (2014-07-15)
Implemented enhancements:
- Update the create form to match the sample data #12
Fixed bugs:
v0.1.0 (2014-07-14)
Implemented enhancements:
Merged pull requests: