File tree Expand file tree Collapse file tree 3 files changed +98
-97
lines changed Expand file tree Collapse file tree 3 files changed +98
-97
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
- Fix Import All not importing items that do not already exist when compileOnImport is not set (#798 )
12
+ - Fix baselining output more consistent, human readable
12
13
13
14
## [ 2.12.2] - 2025-07-08
14
15
15
16
### Fixed
16
17
- Fixed importing Lookup Tables that do not already exist (#791 )
17
- - Fix initial import of settings file that has yet to be imported (#794 )
18
+ - Fixed initial import of settings file that has yet to be imported (#794 )
18
19
- Fixed syncing IRIS with files after pull to diff in the intended direction (#802 )
19
20
20
21
## [ 2.12.1] - 2025-06-27
@@ -117,7 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117
118
- Added 'git push --force' in expert mode (#527 )
118
119
- Add remote repository to settings page (#448 )
119
120
- Added change context option to pull page (#468 )
120
- - Added favorite namespaces setting for a user (#468 , #510 )
121
+ - Added favorite namespaces setting for a user (#468 , #510 )
121
122
- Added environment awareness in configuration, and showing of environment name in UI (#124 )
122
123
- Warning on sync page if other users have unstaged changes (#493 )
123
124
- Added "Export System Default Settings" menu item (#544 )
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ We encourage use of [Conventional Commits](https://www.conventionalcommits.org/e
14
14
15
15
Generally speaking, just try to match the conventions you see in the code you are reading. For this project, these include:
16
16
17
- * Do not use shortened command and function names - e.g., ` s ` instead of ` set ` , ` $p ` instead of ` $piece `
17
+ * Do not use shortened command and function names. For example, use ` set ` instead of ` s ` instead of ` set ` and ` $piece ` instead of ` $p `
18
18
* One command per line
19
19
* Do not use dot syntax
20
20
* Indentation with tabs
21
- * Pascal case class and method names
21
+ * [ Pascal case] ( https://en.wikipedia.org/wiki/Camel_case ) class and method names
22
22
* Avoid using postconditionals
23
23
* Local variables start with ` t ` ; formal parameter names start with ` p `
24
24
* Always check %Status return values
You can’t perform that action at this time.
0 commit comments