Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 9b001c5

Browse files
chore(package.json): update to version 0.10.0.beta-3
1 parent bb98d66 commit 9b001c5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v0.10.0-beta.3 15th August 2014
2+
3+
The major change in this release was the removal of dependency on the ES6-shim and the use of ES6 `Map` for
4+
storing maps of information. The shimmed Map was not playing nicely with Jasmine, Nunjucks and `console.log`.
5+
Instead these mappings are now using [`StringMap`](https://github.com/olov/stringmap), which is cleaner than
6+
using bare objects (made from `Object.create(null)`).
7+
8+
Thanks as always to Stéphane for his translations and removal of unused code.
9+
10+
* refact(*) : remove unused dependencies 5c893d85
11+
* refact(examples/exampleMap): rename and convert to a StringMap bdbb7c26
12+
* fix(ngdoc/templates): fix github links 2f01d163
13+
* fix(examples): use computePathsProcessor for example file paths c4b02945
14+
* fix(examples/generateExamplesProcessor): ensure correct files are in manifest dc60336e
15+
* fix(ngdoc/templates): ensure github links are to valid paths 7676f187
16+
* feat(base/readFilesProcessor): add projectRelativePath to fileInfo 7931f230
17+
* fix(examples): ensure example index files have correct path e5e62554
18+
* refact(jsdoc/moduleMap): use a StringMap to store the modules 0c37674a
19+
* refact(TagColletion) use StringMap for tagsByName property d6655cf0
20+
* refact(jsdoc/parseTagsProcessor): use StringMap b61e3e20
21+
* refact(jsdoc/inlineTagProcessor): use StringMap 33f6e5fc
22+
* refact(computePathsProcessor): use stringmap and no longer allow default template 93fc95cf
23+
* refact(base/readFilesProcessor): use stringmap for fileReaderMap be33702c
24+
* fix(ngdoc/macro.html): default param values are in `doc. e3899b67
25+
* fix(partialNameMap): use pure object to prevent property collisions 3750c928
26+
* refact(*): remove dependency on 'es6-shim' and `Map` 15751dfb
27+
28+
129
## v0.10.0-beta.2 7th August 2014
230

331
Bug fixes and refactoring. The big change in this revision is the introduction of the `computePathsProcessor`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgeni-packages",
3-
"version": "0.10.0-beta.2",
3+
"version": "0.10.0-beta.3",
44
"description": "A collection of dgeni packages for generating documentation from source code",
55
"scripts": {
66
"test": "jasmine-node */spec",

0 commit comments

Comments
 (0)