Tom MacWright
c746c9b0ae
chore(release): 5.3.2
v5.3.2
2017-09-14 17:05:51 -07:00
Tom MacWright
de19175980
test: Add tests for moduleFilters, tiny typo fix
2017-09-14 17:04:34 -07:00
Tom MacWright
2605a3b5fd
test: Tests for dependency resolution
2017-09-14 17:04:34 -07:00
Tom MacWright
61b6976594
test: More tests
2017-09-14 17:04:34 -07:00
Tom MacWright
8779369ce5
test: Add stronger jest tests for inference
2017-09-14 16:17:15 -07:00
Tom MacWright
adf1bd04c0
test: Add specific test for quoted properties in type definitions
2017-09-14 15:57:13 -07:00
Martin Broder
7fc6ca8f73
fix: special property names in flowtypes
2017-09-14 15:57:13 -07:00
Tom MacWright
a8201748e6
chore: Update tests for latest release ( #912 )
2017-09-14 14:09:36 -07:00
Tom MacWright
bc47075636
chore(release): 5.3.1
v5.3.1
2017-09-07 09:52:53 -07:00
Tom MacWright
29601d91a0
chore: Update yarn.lock
2017-09-07 09:52:36 -07:00
Tom MacWright
b97241f8d1
fix: Enable dynamicImport plugin to support import() syntax ( #903 )
...
Fixes #902
2017-09-07 09:51:24 -07:00
greenkeeper[bot]
67c0a29e58
chore(package): update babel-jest to version 21.0.0 ( #900 )
2017-09-06 10:04:39 -07:00
Ryan Hendrickson
125a577199
fix: regression in toc causing crash
2017-09-04 19:25:40 -04:00
Ryan Hendrickson
5bdbf1f870
fix: cover more hideconstructor cases
2017-09-04 16:37:30 -04:00
Tom MacWright
0307dbaaa6
chore: Update test fixtures
2017-09-04 00:13:00 -07:00
Tom MacWright
769ed235d1
chore(release): 5.3.0
v5.3.0
2017-09-03 23:50:03 -07:00
Ryan Hendrickson
a04b6fd61d
fix: @name tag disconnects comment ( #897 )
...
The previous support for @name tags suppressing inference from
surrounding code was ad-hoc and incomplete. This commit makes a @name
tag (or a tag acting as a @kind/@name shorthand combo, like @function)
detach the `ast` field from the comment context, so that the surrounding
code will be universally ignored per the JSDoc spec.
2017-09-03 23:44:55 -07:00
Ryan Hendrickson
c94412a7aa
feat: groups in toc ( #895 )
2017-09-03 23:44:31 -07:00
Ryan Hendrickson
7a07d5118d
feat: implement @hideconstructor ( #898 )
...
Per usejsdoc.org, this tag goes either in a comment attached to a
function that has declared that function to be a class, or in a comment
on an ES6 class constructor.
2017-09-03 23:07:13 -07:00
Mitermayer Reis
2df7d3e54b
style: Making return type params consistent with the rest of the code base ( #894 )
2017-09-02 10:20:47 -07:00
Anton Shchekota
b486988cdd
chore: Update tests for new tag
2017-08-24 15:39:09 +03:00
Tom MacWright
2df8b4c196
chore(release): 5.2.2
v5.2.2
2017-08-22 10:58:55 -07:00
Tom MacWright
64a057369e
chore: Update yarn.lock
2017-08-22 10:36:48 -07:00
Jean-Luc Martin
1286a1ff87
fix($compile): prevent babel from transpiling non-module scripts in default_theme's assets
...
Transpiling the assets in the default theme was causing `this` to be transpiled to `undefined`. The
Babel config now ignores those files.
888
2017-08-22 10:35:15 -07:00
greenkeeper[bot]
1ba5f03ad2
chore(package): update flow-bin to version 0.53.0
2017-08-17 10:17:17 +03:00
Tom MacWright
aab6f90bc7
chore: Use tilde dependency on babel-generator
2017-08-16 11:02:19 -07:00
Anton Shchekota
eddfcc2985
chore: Update tests for new tag
2017-08-16 15:29:21 +03:00
greenkeeper[bot]
762bca9d50
chore(package): update regenerator-runtime to version 0.11.0
2017-08-15 12:35:31 -07:00
Tom MacWright
e9d734b6a6
chore(release): 5.2.1
v5.2.1
2017-08-12 14:30:32 -07:00
Tom MacWright
8278fa442c
chore: Update yarn.lock
2017-08-12 14:26:27 -07:00
Tom MacWright
25d0cfaade
build: Use stage-0 and es2015 for transpiling documentation.js
2017-08-12 14:25:34 -07:00
Tom MacWright
6a8a3f6310
ci: Reduce node version on CircleCI to 4
2017-08-12 14:25:34 -07:00
Tom MacWright
e0b605f817
style: Avoid optional parameter syntax
...
Supporting this syntax uncorks a whole bottle of worms and requires participation in more of the
JavaScript ecosystem and is not worthwhile in my opinion at this time.
Fixes #873
2017-08-12 14:25:34 -07:00
greenkeeper[bot]
233edb8345
chore(package): update tmp to version 0.0.33 ( #877 )
2017-08-12 13:44:46 -07:00
Tom MacWright
ffdfa21788
chore: Update tests for new tag
2017-08-09 15:22:59 -07:00
Tom MacWright
77e348cfd0
chore(release): 5.2.0
v5.2.0
2017-08-09 15:20:51 -07:00
Anton
0324865ad5
fix: make html and markdown second option optional ( #871 )
...
Fixed #869
2017-08-09 10:25:32 -07:00
Andrew Hutchings
23aa981c30
feat: convert Flow's ThisTypeAnnotation to a doctrine NameExpression ( #870 )
2017-08-09 09:21:54 -07:00
Anton
e73dd982a7
chore: Updated Flow.js dependency on 0.52.0 ( #862 )
2017-08-08 14:28:19 -07:00
Anton
aa3496af90
fix: alphabetical sort and add flow notation to sort file ( #861 )
...
* Removed sort by memberof, when the memberOf is the same of items then sort function doesn't works correctly.
Added Unit Tests
Fixed #838
* Flow.js : added flow notation for sort.js
2017-08-08 14:27:10 -07:00
Anton
4911ba6240
Merge pull request #866 from anthony-redFox/fixTests
...
Fixed unit tests after put the tag v5.1.1
2017-08-07 10:06:31 +03:00
Anton Shchekota
2dfe7427ae
Fixed unit tests after put the tag v5.1.1
2017-08-07 10:05:24 +03:00
Tom MacWright
0980113f40
chore(release): 5.1.1
v5.1.1
2017-08-04 12:34:47 -07:00
Anton
ecf16bdaa0
fix: cli options should override package.json options
...
The first priority from CLI(from user) settings then package.json.
Fixed #845
2017-08-04 11:29:05 -07:00
Tom MacWright
dccb15160d
fix(theme): Remove dead stepsibling navigation code
2017-07-31 14:59:24 -04:00
Tom MacWright
2f200ecc79
chore: Update test snapshots for release
2017-07-31 13:44:12 -04:00
Tom MacWright
54332ecda9
chore(release): 5.1.0
v5.1.0
2017-07-31 13:40:51 -04:00
David Halls
6509ae813e
feat(theme): Flexible sidebar for default theme
2017-07-31 13:31:01 -04:00
Tom MacWright
9433ec605e
test: Remove unnecessary callbacks from tests
2017-07-28 12:14:22 -04:00
Tom MacWright
c3cdaeab65
test: Run input tests
...
Fixes #817
2017-07-28 12:14:22 -04:00