Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waldo1001 committed Aug 3, 2018
1 parent 2be3977 commit f0aa92e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log
All notable changes to the "crs-al-language-extension" extension.
## [1.0.0] - 2018-08-03
After 10k downloads, I guess we can speak of a version 1.0 ;-).

Changes:
- Added Snippets:
- flowfields: tflowfield, tflowfieldcount, tflowfieldexist, tflowfieldsum, tflowfieldlookup ([Idea from "GreatScott000"](https://github.com/CloudReadySoftware/crs-al-language-extension/issues/67))
- Headline: tpageheadline (Pullrequest from [Dmitry](https://github.com/CloudReadySoftware/crs-al-language-extension/commits?author=dkatson). Thanks!)
- RoleCenter: tpagerolecenter, ttableactivities, tpageactivities (Pullrequest from [Dmitry](https://github.com/CloudReadySoftware/crs-al-language-extension/commits?author=dkatson). Thanks!)
- Fixed - [Unnecessary error message while disabling snippets](https://github.com/CloudReadySoftware/crs-al-language-extension/issues/65)

## [0.2.24] - 2018-07-13
- Fixed - [ttrigger within field](https://github.com/CloudReadySoftware/crs-al-language-extension/issues/66)
- Fixed - [Default AL Snippets won't disable](https://github.com/CloudReadySoftware/crs-al-language-extension/issues/65)
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crs-al-language-extension",
"displayName": "CRS AL Language Extension",
"description": "Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.",
"version": "0.2.24",
"version": "1.0.0",
"publisher": "waldo",
"icon": "images/icon.png",
"author": {
Expand Down Expand Up @@ -237,6 +237,10 @@
"language": "al",
"path": "./snippets/page.json"
},
{
"language": "al",
"path": "./snippets/table.json"
},
{
"language": "al",
"path": "./snippets/pageextension.json"
Expand Down

0 comments on commit f0aa92e

Please sign in to comment.