Skip to content

v0.12.0

Compare
Choose a tag to compare
@d4rkr00t d4rkr00t released this 29 Oct 19:09
· 294 commits to master since this release

Better and more consistent messages

All messages were improved and made more consistent. Here is a page with all kinds of messages that Aik produces.

Example:

Dev Server Successfully Compiled

aik quick start

Automatically change a port if default is in use

Aik will automatically change a port if default is in use. So you don't have to worry about silly EADDRINUSE errors.

aik dev server port changed

Suggest creating a file if it's not exist

If you try to open a file which is not exist Aik will prompt you with creating this file.

aik create file prompt

Or will fail in build mode:

aik file doesn't exist error

Examples

Working on 0.12 release I've made a repo with example web applications/prototypes using Aik. Repo includes tutorials for popular frameworks, TodoMVC etc. I'll continue add new examples, but you can already take a look on how Aik might be used.

These examples are used as heavy tests for Aik releases. So I'll try to keep them up to date.

Don't hesitate to take a look 🤖 ⚡️ ⬇

Aik Examples


Bug Fixes

  • messages: Fix indentation for base path in build messages (af427d4)
  • webpack: Fix default template path (e70b9c4)

Features

  • Suggest creating a file if it's not exist (19a1758)
  • deps: Update eslint to 3.7.0 (b57a49e)
  • dev server: Automatically change port if default is in use (f00bd1a)
  • dev server: Show initial "Compiling..." message (b694ab2)
  • eslint: Update eslint-plugin-react rules (b33422f)
  • messages: Better and more consistent messages (9c63560)
  • webpack: Add more extensions to url and file loaders (dac24c1)
  • webpack: Correct source maps for css files (b79de1c)
  • webpack: Entry name depends on file name (2d2502a)