Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: stacks-archive/blockstack-app-generator

v0.6.0

19 Apr 19:07
f9fe609
Compare
Choose a tag to compare
  • Added a new Webpack-based generator. It's similar to the 'default' generator that uses browserify, but may result in smaller bundle sizes and an easier development environment.
  • Updated React generator to use blockstack.js v19.1.0 and uses the new UserSession API.
  • Updated the default generator to use blockstack.js v19.1.0 and uses the new UserSession API.

v0.5.0

28 Nov 01:52
0eeb149
Compare
Choose a tag to compare

Version 0.5.0 is now on NPM!

This release includes a bunch of fixes and upgrades:

  • Update lots of old dependencies (gulp, yeoman, and more) that were outdated and had security issues in dependencies
  • Updated yeoman and gulp code to work with newer versions
  • Fixed npm start in the vanilla JS generator. Thanks @zone117x for #33 !
  • Fixed the port configuration not being passed to the dev server correctly. Thanks @siddhantgoel for #34 !
  • CircleCI config update so that tests are passing correctly