Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Releases: leo/muffin-server

v1.2.4

31 May 16:13
@leo leo
Compare
Choose a tag to compare

Fixed

  • Now linting the code using ESLint: 3a04ec3
  • Issue template added: af38b22
  • Improved folder structure: 8e9fa88 and 93f0a10
  • Now using a node-specific babel preset (which makes the app use node's latest ES features instead of simply transpiling everything to old code): 9370ce4
  • Dropped the babel runtime in favour of the app's performance: f0defbf

v1.2.3

04 May 10:00
@leo leo
Compare
Choose a tag to compare

The app is now a lot faster because all the source code is getting transpiled before it gets published. The reason why we've decided to do that is because we're now using Koa v2 everywhere. And since support for await/async hasn't yet landed in a LTS version of Node, transpiling seemed like a good idea!

Thanks to this, we were also able to remove some heavy sub dependencies! 😎

Fixed

  • Since many of the guidelines are now part of our website, they've been removed from README.md
  • We've overhauled the loading process of the .env file, so it will stop action weird

v1.2.2

20 Apr 16:47
@leo leo
78c0c1e
Compare
Choose a tag to compare

Fixed

There has been a big error that appeared every time a user tried to either view a file from "/uploads" or upload something. This error has now been fixed and uploading/viewing uploads works fine again!

After installing muffin through the CLI, it might not be visible at first, because we haven't yet decided to include sample uploads. But we'll consider it!

v1.2.1

20 Apr 16:44
@leo leo
c263269
Compare
Choose a tag to compare

Fixed

  • Forgot to include the compiled Ember app (it's back now)
  • Commented on "listening" callback to make it easier to understand (d9cd78d)

v1.2.0

20 Apr 16:42
@leo leo
94259a7
Compare
Choose a tag to compare

While the API stayed roughly the same, this release introduces a pretty big rewrite of the whole package. This repository is now seen as muffin's, while all other parts have been separated.

v1.1.0

18 Apr 06:39
@leo leo
Compare
Choose a tag to compare

New

  • All of the routing is now being handled in the kit
  • Commented on a lot of things
  • Pages will now be sorted using their ID
  • The mobile menu will now be toggled after transitioning
  • Generating the "Recently updated" box automatically

Fixed

  • Requests to API won't be logged to console anymore
  • Won't log to console after starting anymore (BrowserSync handles this now)
  • Removed keyword "yummy"
  • Updated the footer link to "muffin.cafe"
  • Improved style of SCSS files

Updated

  • "query-string" to 3.0.3
  • "mongoose" to 4.4.10
  • "koa" to 1.2.0
  • "ember-plupload" to 1.13.13

v1.0.0

18 Apr 06:38
@leo leo
Compare
Choose a tag to compare

This tag marks the first development release of muffin. While it's not yet ready to be used in production, I've nevertheless decided to already make it public (so that people can start contributing and testing).

If you want to try it out now, you'll find more info on how to do that here.