File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
2
3
+ ### v0.49.4
4
+ - [ #1277 ] ( https://github.com/opencomponents/oc/pull/1277 ) [ CLI-FEATURE] add registries options for oc publish
5
+ - [ #1276 ] ( https://github.com/opencomponents/oc/pull/1276 ) [ CLI-FEATURE] filter components to run when running oc dev
6
+ - [ #1270 ] ( https://github.com/opencomponents/oc/pull/1270 ) [ INTERNAL] remove code about module.paths pushing on authentication
7
+ - [ #1275 ] ( https://github.com/opencomponents/oc/pull/1275 ) [ INTERNAL] replace deprecated new Buffer to Buffer.from
8
+ - [ #1271 ] ( https://github.com/opencomponents/oc/pull/1271 ) [ TYPE IMPROVEMENT] remove global callback and dictionary types
9
+ - [ #1268 ] ( https://github.com/opencomponents/oc/pull/1268 ) [ IMPROVEMENT] Improve typings of events in events handler
10
+ - [ #1264 ] ( https://github.com/opencomponents/oc/pull/1264 ) [ INTERNAL] Replace lodash type checkers with typeof
11
+ - [ #1263 ] ( https://github.com/opencomponents/oc/pull/1263 ) [ INTERNAL] Replace usage of lodash _ .extend with Object.assign
12
+ - [ #1261 ] ( https://github.com/opencomponents/oc/pull/1261 ) [ INTERNAL] type cleanRequire better
13
+ - [ #1256 ] ( https://github.com/opencomponents/oc/pull/1256 ) [ INTERNAL] enable noUnusedParameters and noImplicitReturns rules. fix problems
14
+ - [ #1260 ] ( https://github.com/opencomponents/oc/pull/1260 ) [ INTERNAL] Remove pad-zero util
15
+ - [ #1255 ] ( https://github.com/opencomponents/oc/pull/1255 ) [ INTERNAL] enable noPropertyAccessFromIndexSignature option and fix problems
16
+ - [ #1253 ] ( https://github.com/opencomponents/oc/pull/1253 ) [ INTERNAL] Simplify log parameter names for newline
17
+
3
18
### v0.49.3
4
19
- [ #1262 ] ( https://github.com/opencomponents/oc/pull/1262 ) [ BUGFIX] Add back --prefix when installing dependencies
5
20
You can’t perform that action at this time.
0 commit comments