Skip to content

Releases: VickyFrenzy/gdocs

Version 0.1.1

22 Feb 19:37
Compare
Choose a tag to compare
  • Bump to deno 1.41.0 to smaller binaries

Version 0.1

12 Feb 17:59
Compare
Choose a tag to compare
  • 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

12 Feb 18:14
Compare
Choose a tag to compare
  • Fix release code and Changelog

Version pre-0.5

12 Feb 16:42
Compare
Choose a tag to compare
Version pre-0.5 Pre-release
Pre-release
  • Bugfix the globals not working
  • Better error page, and the home page is now centered !
  • Test for badges

Version pre-0.5

12 Feb 02:40
Compare
Choose a tag to compare
Version pre-0.5 Pre-release
Pre-release
  • Bugfix the globals not working
  • Better error page, and the home page is now centered !
  • Test for badges

Version pre-0.4

12 Feb 01:38
Compare
Choose a tag to compare
Version pre-0.4 Pre-release
Pre-release

Version pre-0.3

11 Feb 18:22
Compare
Choose a tag to compare
Version pre-0.3 Pre-release
Pre-release
  • 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 ⚠️

11 Feb 17:22
Compare
Choose a tag to compare
Pre-release
  • 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.

⚠️ Breaking changes

  • 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

11 Feb 16:42
Compare
Choose a tag to compare
first pre-release Pre-release
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 !