Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add method "isFile" and "isReadme" in SummaryArticle | Samy Pessé | 2016-06-29 | 1 | -0/+30 |
| | |||||
* | Add method "createChildLevel" to SummaryPart | Samy Pessé | 2016-06-10 | 1 | -0/+23 |
| | |||||
* | Add method .createChildLevel for SummaryArticle | Samy Pessé | 2016-06-10 | 1 | -0/+23 |
| | |||||
* | Improve output of page to text with frontmatter | Samy Pessé | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Rollback frontmatter parsing to js-yaml to be browserify compatible | Samy Pessé | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Add method toText to Page | Samy Pessé | 2016-06-07 | 1 | -0/+28 |
| | |||||
* | Improve Config.toText to return only the required fields | Samy Pessé | 2016-06-07 | 1 | -0/+30 |
| | |||||
* | Fixed two issues for handling git URLs for plugins that are published to git ↵ | Ryan Swanson | 2016-05-26 | 1 | -15/+33 |
| | | | | | | | | repositories rather than on npmjs.org. Fixed issue in pluginDependency to dereference 'name' and 'version' using Immutable Map.get(...) accessors since config values are now wrapped by Immutable.fromJS(...) in config.js > setValue(...). Added associated unit test. Fixed issue in resolveVersion where a plugin may be using a git URL rather than a semver for the version portion of the plugin config definition. In addition, refactored the resolveVersion function into a new module to allow for unit testing. Added associated unit test. | ||||
* | Switch tests to mocha while keeping jest structure | Samy Pesse | 2016-05-11 | 6 | -23/+31 |
| | |||||
* | Fix error when summary contains entry without ref | Samy Pessé | 2016-05-10 | 1 | -3/+16 |
| | |||||
* | Add test for block replaced with anchors | Samy Pesse | 2016-05-09 | 1 | -0/+30 |
| | |||||
* | Adapt unit tests for blocks | Samy Pesse | 2016-05-09 | 1 | -6/+24 |
| | |||||
* | Fix unit test for templateBlock using a removed method "getParse" | Samy Pesse | 2016-05-09 | 1 | -1/+0 |
| | |||||
* | Adapt unit tests for new templating post process | Samy Pesse | 2016-05-05 | 1 | -1/+0 |
| | |||||
* | Add tests for replaceShortcuts | Samy Pesse | 2016-05-04 | 1 | -1/+31 |
| | |||||
* | Adapt Plugin.listAll to use a list of PluginDependency | Samy Pesse | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Add model for plugin dependencies in the book.json | Samy Pessé | 2016-05-02 | 2 | -2/+47 |
| | |||||
* | Add test for async template block | Samy Pessé | 2016-05-02 | 1 | -0/+23 |
| | |||||
* | Add tests for conrefs loader | Samy Pesse | 2016-04-30 | 1 | -1/+0 |
| | |||||
* | Add tests for templateEngine | Samy Pesse | 2016-04-30 | 1 | -0/+51 |
| | |||||
* | lib/models/templateBlock.js: Add test file lib/models/__tests__/templateBlock.js | Johan Preynat | 2016-04-30 | 1 | -0/+107 |
| | |||||
* | Add tests for SummaryModifier.editPartTitle | Samy Pessé | 2016-04-28 | 1 | -1/+0 |
| | |||||
* | Add method ".toText" on glossary and summary | Samy Pessé | 2016-04-27 | 2 | -11/+29 |
| | |||||
* | Add more tests for summary | Samy Pesse | 2016-04-26 | 1 | -22/+55 |
| | |||||
* | Add method to be article by level | Samy Pesse | 2016-04-23 | 1 | -0/+40 |
| | |||||
* | Add base utils for generation | Samy Pessé | 2016-04-22 | 2 | -0/+50 |
| | |||||
* | Add test for config | Samy Pessé | 2016-04-22 | 1 | -0/+63 |
| | |||||
* | Base | Samy Pessé | 2016-04-22 | 1 | -0/+29 |