Skip to content

0.2.28 - Support for 2.1.0

Choose a tag to compare

@jgabaut jgabaut released this 17 Dec 21:11
6a3c68b

Added

  • Add test subcommand
    • Runs all tests or the specified test name
    • Supports -l for listing all tests, -b to record
  • Add -I to set builds dir
  • Support -k in init subcommand
    • anvilPy kern: main.py and pyproject.toml
    • custom kern: copy a template project by name from ~/.anvil/templates/TEMPLATE
  • Support anvilPy in -G mode
  • Pass extra arguments to build step in amboso-C, custom kern

Changed

  • Fix anvilCustom build
  • Fix anvilPy build_step()
  • Handle -tl to list all test names
  • Check anvilpy build backend
  • Pass builds_dir to custom builder in build_step()
  • Turn on anvilPy, anvilCustom by default
  • Bump deps
  • Handle dashes in dir name for init subcommand
  • Handle no op specified for anvilPy, custom kern