Skip to content

@lifecycle, template options, react native @component #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
41b10d6
feat: @lifecycle, template options, react native @component
sonyboy232 Oct 30, 2020
cf0f183
Fix typo in README
sonyboy232 Oct 30, 2020
2db99a7
fix bug where template options aren't loaded yet
sonyboy232 Oct 30, 2020
670265c
Fix bug with member folding
sonyboy232 Oct 30, 2020
4764d56
Hide Methods and Lifecycle Methods headers when empty
sonyboy232 Nov 2, 2020
61f9b9f
feat: added `subsectionsInSideNav` template setting
sonyboy232 Nov 4, 2020
f82fd49
fix: remove console.log from publish.js
sonyboy232 Nov 4, 2020
5dff7f0
fix: update the helper.resolveLinks
sonyboy232 Nov 11, 2020
0b0070f
refactor: update the function of 'linkTagToNewTab'
sonyboy232 Nov 12, 2020
3cfe756
fix: fix bug with 'linkTagToNewTab' option
sonyboy232 Nov 12, 2020
58884ef
fix: remove console.log
sonyboy232 Nov 12, 2020
b2e8b3e
improvement: additions to sidebar folding
sonyboy232 Nov 24, 2020
2557f1a
improvement: allow mix of subcategories and no subcategories
sonyboy232 Nov 24, 2020
3000086
fix: remove console.logs
sonyboy232 Nov 24, 2020
7a78fec
improvement: updates to left navigation
sonyboy232 Nov 24, 2020
c98a8bf
fix: auto scroll to section
sonyboy232 Nov 30, 2020
47f4fc3
fix: re-enable navigation folding
sonyboy232 Nov 30, 2020
2c02f76
feat: add the 'table' plugin
sonyboy232 Nov 30, 2020
a0d0919
feat: added 'inheritable' plugin
sonyboy232 Dec 2, 2020
84b0fd6
improvement: added @inheritProperties tag to inheritable plugin
sonyboy232 Dec 3, 2020
e6c9b65
improvement: move view source button to bottom of methods
sonyboy232 Dec 4, 2020
145e8f9
improvement: allow inheritable tags on constructors
sonyboy232 Dec 9, 2020
0b0f255
improvement: don't log links as broken for types with <
sonyboy232 Dec 10, 2020
46cdb3e
improvement: use method.tmpl for lifecycle methods
sonyboy232 Jan 4, 2021
57bb76f
feat: added 'includeTodoPage' template option
sonyboy232 Jan 6, 2021
5c7a953
improvement: update readme
sonyboy232 Jan 6, 2021
57eb875
improvement: add 'enum' and 'error' to list of known types
sonyboy232 Jan 11, 2021
6865715
remove the minified static resources since they are being generated e…
sonyboy232 May 13, 2022
f6e89c6
Update the gulpfile for v4
sonyboy232 May 13, 2022
e26cca7
removing the minified files
sonyboy232 May 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ Thumbs.db

.cache

docs
docs
static/scripts/app.min.js
static/styles/app.min.css
Loading