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)
0.1.13 (2025-06-23)
0.1.12 (2025-06-23)
- Ignore any attributes on the type (#16) (c7da925)
- Remove enclosing view check (#19) (07378ad)
- Support optional types (#17) (54c5589)
0.1.11 (2025-06-17)
- Add
--ignore-variablesflag (#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)
0.1.9 (2025-04-15)
0.1.8 (2025-04-08)
0.1.7 (2025-04-07)
- 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)
- update built-in class list (d37402d)
0.1.5 (2025-03-31)
- 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)
0.1.1 (2024-10-09)
- Add tool to generate
.cobrowseSelector()view modifiers (579fb15)