Releases: VickyFrenzy/gdocs
Releases · VickyFrenzy/gdocs
Version 0.1.1
- Bump to deno 1.41.0 to smaller binaries
Version 0.1
- Fix GH Pages routing
- Fix Readme broken link
- Link to the up-to-date demo
- Update Readme to have examples on setup and usage
Version pre-0.6
- Fix release code and Changelog
Version pre-0.5
- Bugfix the globals not working
- Better error page, and the home page is now centered !
- Test for badges
Version pre-0.5
- Bugfix the globals not working
- Better error page, and the home page is now centered !
- Test for badges
Version pre-0.4
-
Backport some forks features :
-
resolving old issues :
- Search functionality (ruigouveiamaciel#4)
- Better internal tag (ruigouveiamaciel#5)
- Forcefully sort internal docs to the bottom (ruigouveiamaciel#6)
- UI issues with lots of long entries. (ruigouveiamaciel#7)
- Class view enhancements (ruigouveiamaciel#8)
Version pre-0.3
- Add binary tests on the CI. (hopefuly) no more bugs on the linux binary !
- Bugfix on the
-d
argument - Bugfix on the
--help
argument
Version pre-0.2 ⚠️
- Added support for
-h
or--help
option to display usage information. - Included
-f
or--filename
option to set the output filename. - Included
-o
or--output
option to change the output directory.
- Changed default output path to the current working directory. You can get the old behaviour by using
-o ../builder/src/parsed.json
first pre-release
Testing first pre-release from npm to Deno.
Quick usage :
wget
the parser for your arch (or the .js if you are on deno)
run the parser with args : parser -d example
get the output parsed.json
unzip the website from docs.zip
to your pages location and add the parsed.json on it.
Enjoy !