|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to the "ObjectQL" extension will be documented in this file. |
| 4 | + |
| 5 | +## [0.1.0] - 2026-01-15 |
| 6 | + |
| 7 | +### Added |
| 8 | +- Initial release of ObjectQL VSCode extension |
| 9 | +- JSON Schema validation for `.object.yml`, `.app.yml` files |
| 10 | +- Language support for ObjectQL metadata files |
| 11 | +- Comprehensive snippets library: |
| 12 | + - Object definition snippets |
| 13 | + - Field type snippets (text, number, select, lookup, datetime, etc.) |
| 14 | + - Validation rule snippets |
| 15 | + - Index and AI search configuration snippets |
| 16 | + - TypeScript hook snippets (beforeCreate, afterCreate, etc.) |
| 17 | + - TypeScript action snippets (record, global) |
| 18 | + - Repository operation snippets (query, create, update) |
| 19 | +- Quick commands: |
| 20 | + - New Object Definition |
| 21 | + - New Validation Rules |
| 22 | + - New Permission Rules |
| 23 | + - New Application Config |
| 24 | + - Validate Current File |
| 25 | +- File type recognition with custom icons |
| 26 | +- Integration with Red Hat YAML extension |
| 27 | +- Welcome message for first-time users |
| 28 | +- Configuration settings for validation, completion, and diagnostics |
| 29 | + |
| 30 | +### Features |
| 31 | +- Auto-completion for ObjectQL files |
| 32 | +- Real-time schema validation |
| 33 | +- Context-aware IntelliSense |
| 34 | +- File templates with best practices |
| 35 | +- Hover documentation support |
| 36 | +- Problems panel integration |
| 37 | + |
| 38 | +### Documentation |
| 39 | +- Comprehensive README with examples |
| 40 | +- Snippet usage guide |
| 41 | +- Configuration reference |
| 42 | +- Getting started guide |
| 43 | + |
| 44 | +[0.1.0]: https://github.com/objectstack-ai/objectql/releases/tag/vscode-v0.1.0 |
0 commit comments