Skip to content

Commit

Permalink
v3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 8, 2023
1 parent 40b9293 commit 638574d
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 169 deletions.
32 changes: 18 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
## Changelog
# Changelog

### v2.7.0
## v3.0.0

- Updates for ColdBox 7

## v2.7.0

- Updates for ColdBox 6
- Updates for TestBox 4

### v2.6.0
## v2.6.0

- Updates for Box Libraries @ v5.x

### v2.5.0
## v2.5.0

- Fixes for base spec bdd generation
- New `cfc` snippet for new CFC
- New `function` snippet for new function
- New `inject` snippet for a new WireBox property injection
- New `property` snippet for a new property in script

### v2.4.0
## v2.4.0

- TestBox v2.4 Updates
- New ORM property snippets m2m,o2m,m2o

### v2.3.0
## v2.3.0

- Updated snippets for better usage in cfml plugin as well.
- Updated sublime completions for cfml plugins.

### v2.2.0
## v2.2.0

- Added better bdd test templates, some where missing `super` calls
- Update all ColdBox templates to match for ColdBox 4.X
Expand All @@ -37,33 +41,33 @@
- Updated all completions
- Added `$assert` completions

### v2.1.0
## v2.1.0

- Additions of `given-when-then` scripting for BDD
- Additions of `story-feature` scripting for BDD
- Fixes for `aroundEach` generation
- Updated all syntax completions

### v2.0.0
## v2.0.0

- ColdBox 4 additions/modifications

### v1.9.0
## v1.9.0

- TestBox 2.1 additions/modifications

### v1.8.0
## v1.8.0

- ColdBox 4 additions/modifications
- TestBox 2 additions/modifications
- CommandBox integrations

### v1.7.0
## v1.7.0

- TestBox additions
- Testing additions

### v1.5.0
## v1.5.0

- Handler snippet fixes
- Model skeleton fix
Expand All @@ -72,4 +76,4 @@
- New `routes` skeleton for a routes.cfm template
- Completions for ALL ColdBox related functions and major scopes

### v1.0 Initial Release
## v1.0 Initial Release
Loading

0 comments on commit 638574d

Please sign in to comment.