-
Notifications
You must be signed in to change notification settings - Fork 1
[04.08.2015] Protocol
Tyll Weiß edited this page Aug 4, 2015
·
1 revision
- Assembler
v1.0.0
will be released tonight. - Component
v1.1.0
will be released tonight. - After releasing Component v1.1.0, we will split up the functionality of it into 3 packages
- Component (The view/component centered logic)
- Nitpick (Type validators and additional decorators)
- Logger (A centralized logger package which will be used throughout all of the packages)
- We should focus on making the
.run()
method optional. See issue 13 -
.register()
und.registerAll()
should returnthis
. -
.run()
should have acontextElement
option.
- The
isTestingEnv
check should be moved into the build-tools and exported through the UMD-Wrappper. - Both the
isTestinEnv
andversion
object should be capsuled into one object for further options. - The UMD-Wrapper should check and eventually create a global
reduct
object which could hold all global packages. - We still need to create the
.lcov
-file for code-climate.