Skip to content

Latest commit

 

History

History
99 lines (48 loc) · 2.14 KB

File metadata and controls

99 lines (48 loc) · 2.14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.16 (2026-04-08)

0.1.15 (2026-04-07)

0.1.14 (2026-04-02)

Features

  • Add accessibility generate command (#8) (2a0812e)

0.1.13 (2025-06-23)

0.1.12 (2025-06-23)

Bug Fixes

0.1.11 (2025-06-17)

Bug Fixes

  • Add --ignore-variables flag (#14) (c3a3a22)
  • Add support for detecting variable declarations and return statements (#13) (f2fe6e5)
  • Add support to parse tuple return types (#11) (781f4b0)
  • Don't add view modifier to views that are default values of function parameters (#12) (a29e3cf)
  • Print the version number when running the commands (#9) (b8ed8f2)

0.1.10 (2025-04-15)

Bug Fixes

  • Allow for id's to be string literals or dynamic values (#7) (aba40a0)

0.1.9 (2025-04-15)

0.1.8 (2025-04-08)

Bug Fixes

  • Continue to visit children of extensions to visit views defined within them (#6) (b742c41)

0.1.7 (2025-04-07)

Features

  • Only add view modifier to views where it's scope's return type is not a concrete type (#5) (5e2c0cd)

0.1.6 (2025-03-31)

Features

  • Add --comment-before and --comment-after options (#4) (b7b762e)

Bug Fixes

  • update built-in class list (d37402d)

0.1.5 (2025-03-31)

Bug Fixes

  • be more selective about selecting classes that conform to View (#3) (323ce5a)
  • Use GlobPattern (#2) (97c6426)

0.1.4 (2025-03-06)

0.1.3 (2025-03-06)

0.1.2 (2025-03-06)

Features

  • Add --default-attributes option (#1) (fb79158)

0.1.1 (2024-10-09)

0.1.0 (2024-10-08)

Features

  • Add tool to generate .cobrowseSelector() view modifiers (579fb15)