@raisenow/tamaro-cli 1.1.8 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.history/.eslintignore_20220609190420 +4 -0
- package/.history/.eslintignore_20230911190227 +6 -0
- package/.history/.eslintignore_20230911211247 +7 -0
- package/.history/.eslintignore_20230911211250 +7 -0
- package/.history/.eslintrc_20230911201601.js +49 -0
- package/.history/.eslintrc_20230911201643.js +49 -0
- package/.history/.eslintrc_20230911201735.js +49 -0
- package/.history/.eslintrc_20230911201913.js +64 -0
- package/.history/.eslintrc_20230911202002.js +62 -0
- package/.history/.eslintrc_20230911202138.js +133 -0
- package/.history/.eslintrc_20230911202140.js +133 -0
- package/.history/.eslintrc_20230911202145.js +133 -0
- package/.history/.eslintrc_20230911202147.js +133 -0
- package/.history/.eslintrc_20230911202406.js +133 -0
- package/.history/.eslintrc_20230911202447.js +133 -0
- package/.history/.eslintrc_20230911202453.js +133 -0
- package/.history/.eslintrc_20230911202511.js +133 -0
- package/.history/.eslintrc_20230911202527.js +133 -0
- package/.history/.eslintrc_20230911202639.js +125 -0
- package/.history/.eslintrc_20230911202721.js +149 -0
- package/.history/.eslintrc_20230911202746.js +149 -0
- package/.history/.eslintrc_20240423125702.cjs +148 -0
- package/.history/.gitignore_20220609190420 +14 -0
- package/.history/.gitignore_20230911185959 +4 -0
- package/.history/.gitignore_20230911190006 +4 -0
- package/.history/.gitignore_20230911190007 +4 -0
- package/.history/.nmprc_20241004144025 +0 -0
- package/.history/.nmprc_20241004144041 +1 -0
- package/.history/.npmrc_20241004144040 +1 -0
- package/.history/.npmrc_20241004144152 +1 -0
- package/.history/.npmrc_20241004145639 +2 -0
- package/.history/.npmrc_20241004145649 +1 -0
- package/.history/.nvmrc_20241125012803 +1 -0
- package/.history/.nvmrc_20241125022800 +1 -0
- package/.history/.nvmrc_20241125022806 +1 -0
- package/.history/.prettierignore_20220609190420 +5 -0
- package/.history/.prettierignore_20230911190242 +7 -0
- package/.history/.prettierignore_20230911190245 +7 -0
- package/.history/.prettierignore_20230911211301 +8 -0
- package/.history/CHANGELOG_20250624052910.md +20 -0
- package/.history/CHANGELOG_20250624055058.md +23 -0
- package/.history/CHANGELOG_20250624055107.md +23 -0
- package/.history/CHANGELOG_20250624055138.md +23 -0
- package/.history/CHANGELOG_20250624055156.md +23 -0
- package/.history/CHANGELOG_20250624055200.md +23 -0
- package/.history/CHANGELOG_20250624055203.md +23 -0
- package/.history/CHANGELOG_20250625142852.md +25 -0
- package/.history/CHANGELOG_20250625142901.md +22 -0
- package/.history/CHANGELOG_20250625142902.md +22 -0
- package/.history/README_20230911145033.md +245 -0
- package/.history/README_20230911151749.md +245 -0
- package/.history/README_20230911151844.md +245 -0
- package/.history/README_20230911153040.md +245 -0
- package/.history/README_20230911202959.md +245 -0
- package/.history/cli_20241005014539 +3 -0
- package/.history/cli_20241005014542 +3 -0
- package/.history/cli_20241005014848 +3 -0
- package/.history/dist/chunk-FICM3HUI_20230912183408.js +302 -0
- package/.history/dist/chunk-FICM3HUI_20230912201610.js +302 -0
- package/.history/package_20241107122123.json +106 -0
- package/.history/package_20241107122219.json +106 -0
- package/.history/package_20241107124611.json +106 -0
- package/.history/package_20241107125521.json +106 -0
- package/.history/package_20241107125538.json +106 -0
- package/.history/package_20241125013228.json +106 -0
- package/.history/package_20241125013249.json +106 -0
- package/.history/package_20241125014402.json +105 -0
- package/.history/package_20241125103106.json +105 -0
- package/.history/tsconfig_20241005001442.json +34 -0
- package/.history/tsconfig_20241005001500.json +34 -0
- package/.history/tsconfig_20241005001540.json +34 -0
- package/.history/tsconfig_20241005014429.json +42 -0
- package/.history/tsconfig_20241005014436.json +42 -0
- package/.history/tsconfig_20241005014439.json +38 -0
- package/.history/tsconfig_20241005014455.json +38 -0
- package/.idea/codeStyles/Project.xml +131 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +17 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/.idea/tamaro-cli.iml +12 -0
- package/.idea/vcs.xml +6 -0
- package/README.md +35 -13
- package/bitbucket-pipelines.yml +43 -0
- package/dist/cli.js +42 -1
- package/dist/webpack.config.js +43 -12
- package/package.json +5 -1
- package/src/cli.ts +0 -178
- package/src/commands/build.ts +0 -131
- package/src/commands/deploy-email-config.ts +0 -159
- package/src/commands/deploy.ts +0 -164
- package/src/commands/dev.ts +0 -88
- package/src/commands/list-deployed.ts +0 -117
- package/src/commands/serve.ts +0 -69
- package/src/lib/InterpolateHtmlPlugin.ts +0 -47
- package/src/lib/aws.ts +0 -138
- package/src/lib/command.ts +0 -27
- package/src/lib/constants.ts +0 -9
- package/src/lib/env.ts +0 -175
- package/src/lib/https.ts +0 -27
- package/src/lib/logging.ts +0 -37
- package/src/lib/notifier.ts +0 -22
- package/src/lib/resolve.ts +0 -143
- package/src/webpack.config.ts +0 -437
- /package/{tsconfig.json → .history/tsconfig_20241005014521.json} +0 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
root: true,
|
|
3
|
+
overrides: [
|
|
4
|
+
{
|
|
5
|
+
files: ['*.{js,cjs,ts}'],
|
|
6
|
+
env: {
|
|
7
|
+
node: true,
|
|
8
|
+
es2021: true,
|
|
9
|
+
},
|
|
10
|
+
settings: {
|
|
11
|
+
'import/resolver': {
|
|
12
|
+
typescript: {
|
|
13
|
+
alwaysTryTypes: true,
|
|
14
|
+
project: ['./tsconfig.json'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
parser: '@typescript-eslint/parser',
|
|
19
|
+
parserOptions: {
|
|
20
|
+
ecmaVersion: 2021,
|
|
21
|
+
sourceType: 'module',
|
|
22
|
+
tsconfigRootDir: __dirname,
|
|
23
|
+
project: ['./tsconfig.json'],
|
|
24
|
+
extraFileExtensions: ['.cjs'],
|
|
25
|
+
},
|
|
26
|
+
extends: [
|
|
27
|
+
'eslint:recommended',
|
|
28
|
+
'plugin:@typescript-eslint/recommended-requiring-type-checking',
|
|
29
|
+
'plugin:@typescript-eslint/strict-type-checked',
|
|
30
|
+
'plugin:@typescript-eslint/stylistic-type-checked',
|
|
31
|
+
'plugin:promise/recommended',
|
|
32
|
+
'plugin:deprecation/recommended',
|
|
33
|
+
'plugin:import/recommended',
|
|
34
|
+
'plugin:import/typescript',
|
|
35
|
+
'prettier',
|
|
36
|
+
],
|
|
37
|
+
plugins: ['unused-imports'],
|
|
38
|
+
rules: {
|
|
39
|
+
curly: 1,
|
|
40
|
+
'prefer-const': 1,
|
|
41
|
+
'no-console': 1,
|
|
42
|
+
strict: 1,
|
|
43
|
+
'no-debugger': 1,
|
|
44
|
+
|
|
45
|
+
'no-extra-boolean-cast': 0,
|
|
46
|
+
'@typescript-eslint/no-explicit-any': 0,
|
|
47
|
+
'@typescript-eslint/no-non-null-assertion': 0,
|
|
48
|
+
'@typescript-eslint/no-unsafe-assignment': 0,
|
|
49
|
+
'@typescript-eslint/no-unsafe-argument': 0,
|
|
50
|
+
'@typescript-eslint/no-unsafe-member-access': 0,
|
|
51
|
+
'@typescript-eslint/no-unsafe-return': 0,
|
|
52
|
+
// '@typescript-eslint/no-unsafe-enum-comparison': 0,
|
|
53
|
+
// '@typescript-eslint/no-unsafe-call': 0,
|
|
54
|
+
// '@typescript-eslint/explicit-function-return-type': 0,
|
|
55
|
+
'@typescript-eslint/consistent-type-definitions': 0,
|
|
56
|
+
// '@typescript-eslint/no-dynamic-delete': 0,
|
|
57
|
+
'@typescript-eslint/restrict-template-expressions': 0,
|
|
58
|
+
|
|
59
|
+
'@typescript-eslint/ban-ts-comment': [2, {'ts-expect-error': false}],
|
|
60
|
+
'@typescript-eslint/no-unused-vars': [1, {varsIgnorePattern: '^_'}],
|
|
61
|
+
'@typescript-eslint/prefer-optional-chain': 1,
|
|
62
|
+
'@typescript-eslint/member-delimiter-style': [
|
|
63
|
+
1,
|
|
64
|
+
{multiline: {delimiter: 'none'}},
|
|
65
|
+
],
|
|
66
|
+
|
|
67
|
+
'@typescript-eslint/no-confusing-void-expression': [
|
|
68
|
+
2,
|
|
69
|
+
{ignoreArrowShorthand: true},
|
|
70
|
+
],
|
|
71
|
+
|
|
72
|
+
'import/newline-after-import': 2,
|
|
73
|
+
|
|
74
|
+
'unused-imports/no-unused-imports': 1,
|
|
75
|
+
|
|
76
|
+
'@typescript-eslint/consistent-type-imports': [
|
|
77
|
+
2,
|
|
78
|
+
{
|
|
79
|
+
prefer: 'type-imports',
|
|
80
|
+
fixStyle: 'inline-type-imports',
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
|
|
84
|
+
'sort-imports': [2, {ignoreCase: true, ignoreDeclarationSort: true}],
|
|
85
|
+
'import/order': [
|
|
86
|
+
2,
|
|
87
|
+
{
|
|
88
|
+
groups: [
|
|
89
|
+
'builtin',
|
|
90
|
+
'external',
|
|
91
|
+
'internal',
|
|
92
|
+
['parent', 'sibling', 'index'],
|
|
93
|
+
],
|
|
94
|
+
pathGroups: [
|
|
95
|
+
{
|
|
96
|
+
pattern: '**/*.json',
|
|
97
|
+
group: 'unknown',
|
|
98
|
+
position: 'after',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
pattern: '**/*.yml',
|
|
102
|
+
group: 'unknown',
|
|
103
|
+
position: 'after',
|
|
104
|
+
},
|
|
105
|
+
],
|
|
106
|
+
distinctGroup: false,
|
|
107
|
+
alphabetize: {
|
|
108
|
+
order: 'asc',
|
|
109
|
+
orderImportKind: 'asc',
|
|
110
|
+
caseInsensitive: true,
|
|
111
|
+
},
|
|
112
|
+
'newlines-between': 'never',
|
|
113
|
+
|
|
114
|
+
// Since docs for "pathGroupsExcludedImportTypes" option are confusing,
|
|
115
|
+
// see more info about how to correctly use it here:
|
|
116
|
+
// https://github.com/import-js/eslint-plugin-import/pull/2156#issuecomment-927559466
|
|
117
|
+
pathGroupsExcludedImportTypes: [],
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
files: ['*.{yml,yaml}'],
|
|
124
|
+
extends: ['plugin:yml/standard'],
|
|
125
|
+
rules: {
|
|
126
|
+
// 'yml/no-irregular-whitespace': 0,
|
|
127
|
+
// 'yml/quotes': [2, {prefer: 'double', avoidEscape: true}],
|
|
128
|
+
'yml/plain-scalar': 0,
|
|
129
|
+
'yml/no-multiple-empty-lines': [2, {max: 1}],
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
files: ['*.md'],
|
|
134
|
+
parser: 'eslint-plugin-markdownlint/parser',
|
|
135
|
+
extends: ['plugin:markdownlint/recommended'],
|
|
136
|
+
rules: {
|
|
137
|
+
// Rules docs:
|
|
138
|
+
// https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
|
|
139
|
+
|
|
140
|
+
'markdownlint/md013': 0, // Line length
|
|
141
|
+
'markdownlint/md024': [2, {siblings_only: true}], // Multiple headings with the same content
|
|
142
|
+
'markdownlint/md025': 0, // Multiple top-level headings in the same document
|
|
143
|
+
'markdownlint/md033': 0, // Inline HTML
|
|
144
|
+
'markdownlint/md041': 0, // First line in a file should be a top-level heading
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
],
|
|
148
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
engine-strict=true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
engine-strict=true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
engine-strict=true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
engine-strict=true
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v22.11.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v22.11.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v22.11.0
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
## [1.2.0] - 2025-06-23
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for using CSS files besides SCSS
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-23
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for using CSS files besides SCSS
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-23
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for CSS files with Postcss plugins
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-23
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-23
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-23
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-23
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- feat/add-validation-for-email-templates
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
13
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
## [1.2.0] - 2025-06-25
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- Added validation for email templates.
|
|
24
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
25
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
## [1.2.0] - 2025-06-25
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- Added validation for email templates.
|
|
21
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
22
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
## [1.2.0] - 2025-06-25
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- Added validation for email templates.
|
|
21
|
+
- Added support for CSS files with Postcss plugins to use instead of SCSS
|
|
22
|
+
([WEB-2561](https://raisenow.atlassian.net/browse/WEB-2561)).
|