v0.1.0
Initial release of the IBM Dotcom Library. This release focuses on establishing the overall architecture for library packages, continuous integration, as well as developmental guidelines such as unit testing, code linting, and documentation.
ESLint Config (private): v0.1.0 (2019-07-30)
This was forked from Carbon, and made additional modifications to the configuration to include more strict rules around JSDoc.
Bug Fixes
- eslint: removed unused eslint configurations
(848f52b) - lerna: added fixes to private package.json to prevent publishing
(4df6797) - lerna: reverting private package version names
(ee1cdef) - lerna: reverting private package version names
(8ad8461)
Features
- jsdoc: added jsdoc generation from services
(d2089e4)
React: v0.1.0 (2019-07-30)
Added the initial React package architecture.
Bug Fixes
Features
- component: add Masthead component stub
(fee6b44) - components: add masthead react stub
(3cd2b5b) - jsdoc: added jsdoc generation from services
(d2089e4) - lerna: adjusting initial version to 0.0.0
(3f01404) - lerna: cleaned up react package.json
(fde3da3) - lerna: updated package names and versions
(9929d1c)
Services: v0.1.0 (2019-07-30)
Added the initial services package architecture. This comes with a sample service class.
Bug Fixes
- circleci: adjustments to circle-ci check to run lint and jest
(d2986b6) - circleci: removed lint from services ci-check
(b981db2)
Features
- jsdoc: added jsdoc generation from services
(d2089e4) - lerna: adjusting initial version to 0.0.0
(3f01404) - lerna: updated package names and versions
(9929d1c) - services: added working jest test for demo service class
(0957a6a) - services: created the initial services package architecture (WIP)
(0a072e0)
Stylelint Config (private): v0.1.0 (2019-07-30)
This has largely been forked from Carbon.
Bug Fixes
- lerna: added fixes to private package.json to prevent publishing
(4df6797) - lerna: reverting private package version names
(ee1cdef) - lerna: reverting private package version names
(8ad8461)
Utilities: v0.1.0 (2019-07-30)
This includes the initial utilities package architecture, which includes a sample utility with corresponding unit tests.
Features
- utilities: adding utilities package with sample utility function
(12e1e16)