Skip to content

0.7.0: Static export support, More commands, Clean start, new standards, package updates...

Compare
Choose a tag to compare
@Sly777 Sly777 released this 26 Oct 03:21
· 460 commits to master since this release

RAN 0.7.0

RAN

Welcome to the new version of RAN! On this version, RAN has too many new features such as new commands for creating components and containers, exporting static html easily, start project cleanest way and more. I hope you like it! If you have any question/issue/opinion/wish, Don't hesitate to contact me!

🔥 Breaking Changes 🔥

  • Static HTML export support. You don't need to think about routes, pages. Everything is prepared for you with new Next.js version and RAN commands.
  • New commands: (for details; please check Docs/Commands)
    • create:component for creating new fancy components easily
    • create:container for creating container for your pages
    • setup:clean for setup your application without any example page and component
    • build:static_export for building your application and exporting to HTML
  • Added node_version and nvmrc files for standard of node.js version for everyone of your project

Other Changes

  • Documentation updated
  • Changed next-cookies repo address for static export

Package Updates

  • chalk to 2.3.0
  • moment to 2.19.1
  • styled-components to 2.2.2
  • next to 4.1.3
  • eslint-plugin-import to 2.8.0
  • lint-staged to 4.3.0
  • pm2 to 2.7.2
  • handlebars to 4.0.11