Socket
Socket
Sign inDemoInstall

remake

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remake - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

.github/ISSUE_TEMPLATE/bug_report.md

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# 1.5.0 (October 31, 2019)
- Added support for multi-tenant mode, which allows running multiple Remake apps inside the same Remake instance. It reads template, partials, and data on the fly and caches nothing, so apps can be changed without reloading the server.
- To support this, we now have a `directory-helpers.js` library that fetches data and templates depending on which app you're in and takes into consideration if you're in a single-tenant instance
- Also, we parse the url params differently depending if you're in multi-tenant mode or not
- For a guide on how to set up a multi-tenant instance on your local machine, go here: https://www.notion.so/hellounicorns/Docs-Set-up-multi-tenant-Remake-instance-4ff53fac7a864d25bb3aaf6ddad4cf30
- Each user's details now contains the app name that the user was created in
- We parse the url parameters at a higher level (in `main.js`), so we can use them wherever we need them without having to parse them again
- Created a new asset bundler that can transpile any file that doesn't start with an underscore (before where it just worked with `main.js` and `main.sass`). The new asset bundler also supports multi-tenant builds.
- Added list of minimum supported browsers in `.babelrc`
# 1.4.0 (October 1, 2019)

@@ -2,0 +14,0 @@

2

package.json
{
"name": "remake",
"version": "1.4.0",
"version": "1.5.0",
"description": "Generate a full-stack Remake web app",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -43,3 +43,3 @@ ---

<a class="slanted-link" href="/not-available"><span>&rarr; Watch 15 minute tutorial</span></a>
<a class="slanted-link" href="https://www.youtube.com/watch?v=la5uhrYSzy8"><span>&rarr; Watch 15 minute tutorial</span></a>

@@ -46,0 +46,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc