Skip to content

v0.6.1

Compare
Choose a tag to compare
@davidomarf davidomarf released this 24 Oct 06:41
· 56 commits to master since this release
v0.6.1
0548a9f

Major changes

  • Commands
    • Implement ginpar new [SKETCH]
      • Create a new sketch inside the project's config.content_path
      • Use boilerplate code for sketches that already includes variables for dimensions.
    • Implement ginpar serve
      • Starts a new live-reloading server.
      • Builds on every file change inside config.content_path.
    • Update ginpar quickstart
      • Instead of copying files from the pypi package into the working directory, it clones a GitHub repository with the contents of the quickstart project, and removes all .git* files.
  • API
    • Use YAML instead of JSON for the site config file
      • Easier to read and write.
      • YAML is a superset of JSON, so users are still able to write in JSON.

Minor changes

  • Tests
    • Implement tests for all the CLI commands except serve.
  • Docs
    • Adopt numpydocs as the docstring style