- fix(scaffold): incorrect links in generated files (#22)
- refactor: remove unused arguments (#17)
- ci: add husky pre-commit hook
- ci: add commitlint workflow
- ci: add husky and commit checks
- ci: update actions
- Scoped package support (#16)
- Remove defunct jest CI installation
- Update 'npm install' to 'npm ci' in CI
- Remove global npm install from test CI
- Update dependencies
- Update source code license comments
- Update CI tests
- Update LICENSE
- Fixed broken binaries in scaffolding
- Updated scaffolding task file list
- Re-released with removed artifacts
- Added icons to app templates
- Updated template dependencies
- Updated dependencies
- Updated application server example
- Updated templates ES style
- Updated application examples
- Updated dependencies
- Updated dependencies
- Updated README
- Updated application scaffold template
- Added timestamps to CHANGELOG.md
- Some improvements to package discovery
- Now using @osjs/dev-meta in templates
- Fixed package discovery on Windows (#12)
- Updated .travis.yml
- Updated package.json scripts
- Updated linter configurations in application templates
- Updated dependencies
- Updated application template dotfiles
- Updated application template dependencies
- Updated eslint rules
- Updated README badges
- Updated codeclimate ignores
- Updated package.json files section
- Removed unused watch:all task
- Removed deprecated 'make:package' task
- Added unit tests
- Scaffold tasks can now be done without interactive wizard
- Updated 'args' passed to tasks
- Split up some source code
- Added 'info' task
- Added support for overriding package metadata
- Cleaned up discover task
- Refactored initial config loading
- Remove deprecated cli config lookup
- Updated dependencies
- Updated Auth adapter scaffolding templates
- Updated dependencies for scaffolding templates
- Replaced signale with consola and updated logging
- Updated dependencies
- Updated application scaffold template
- Added 'iframe-application' template and scaffold task
- Updated dependencies
- Add support for relative symlinks in package discovery (fixes #10)
- Updated application template
- Fixed app scaffolding on Windows
- Updated package discovery depth
- Added babelrc to application template
- Updated depdendencies
- Updated application scaffolding template
- Updated README
- Removed unused dependency
- Updated dependencies
- Updated application scaffolding template
- Added support for 'soft deleting' packages
- Added overwrite/replace confirm to 'make:application' (#6)
- Updated application template
- Discovery file now writes relative paths
- Added support for custom paths in discovery task
- Added '--copy' option to 'package:discover'
- Don't abort on package discover cleaning (unlink)
- Updated application template
- Updated application template
- Updated 'make:application' scaffolding
- Fixed application webpack config template
- Added sound package discovery support
- Improved command-line and task handling
- npm weirdness workaround
- New scaffolding tools
- Minor optimization of discovery
- Improved discovery override
- Hotfix for discovery
- Added support for custom CLI config and discovery paths
- Updated dependencies
- Removed a deprecatd metadata property
- Removed unused dependency
- Make sure package discovery does not go deep
- Added back 'watch:all' task
- Support icon packages
- Ensure that discovery creates source directories
- Fixed package:create errors
- Merged 'build:manifest' and 'package:discover' tasks
- Updated 'package:create'
- Fixed symlink permission errors on windows for discover
- Remove old build stuff
- Add source map loader
- Better reporting of errors/warnings from build
- Fixed babel issues with certain paths
- Fixed Babel issues on Windows
- Updated eslintrc
- Fix for Babel getting confused about transpiling non-wrinkshrapped @osjs libs
- Updated dependencies
- Added travis-ci badge to README
- Lint pass
- Added initial travis-ci config
- Updated manifest logging
- Simpler signale logging
- Fixed some logging usage errors
- Updated dependencies
- Improved logging
- Updated dependencies
- Added 'package:create' command
- Removed unused dependency
- Changed core webpack config path from 'src/conf/webpack.config.js' to 'src/client/webpack.config.js'
- Updated command list printout
- Added 'package:upgrade' task
- Moved osjs-install-package to cli task ('package:install')
- Added 'package:discover' task
- Updated some optimization settings in webpack
- Replaced 'extract-text-webpack-plugin' with 'mini-css-extract-plugin'
- Added 'symlinks' option (#3)
- Always compile sourceMaps by default
- Updated dependencies
- Separated tasks into separate files
- Handle task rejection
- Support loading external tasks
- Package installer now supports any git uri (#1)
- Added fileLoader option to webpack config
- Solved some issues with installer script and windows
- Added npmignore
- Added CHANGELOG
- Bugfixes
- Added JSX support
- Bufixes
- Added --dump-webpack argument
- Removed not needed include paths in webpack config
- Bufixes
- Better separation of html webpack plugin options
- Replaced bash script with node equivalent
- Create dist dir on manifest creation
- Updated install script
- Pass on webpack methods to package build
- Updated package building
- Added engines dependendy to package.json
- Updated default watcher options for webpack
- Dump system information on build task
- Simplified Webpack configuration creation
- Bugfixes
- Added package installation script
- Added filtering arguments for 'build:dist'
Initial public release