______ ______ _____ ______ __ __
/\ == \ /\ __ \ /\ __-. /\ ___\ /\ "-./ \
\ \ __< \ \ __ \ \ \ \/\ \\ \ __\ \ \ \-./\ \
\ \_____\ \ \_\ \_\ \ \____- \ \_____\ \ \_\ \ \_\
\/_____/ \/_/\/_/ \/____/ \/_____/ \/_/ \/_/
- Promisified
badem
API, so that you can do post-mount actions by doing things likemount( store, app ).then( doActions )
.
- Add
props
support to the component creators. - Using
console.log
by default instead ofconsole.warn
(I have reasons — mostly-related to c9.io interop; I’ll provide the ability to useconsole.warn
as a config option later). - Fixed minor bugs in the build script, so that npm has the correct scripts in the
dist
folder right now.
- Initial working version.
- Exported source code for JavaScript (EcmaScript2016+) and also Node.JS (commonjs2).
- Created an
.npmignore
file so that the npm package can include the distribution dependencies, whereas the source code will not.