Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assemble-core

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-core - npm Package Compare versions

Comparing version 0.21.0 to 0.22.0

38

changelog.md

@@ -1,10 +0,18 @@

**v0.21.0**
### v0.22.0
Bumps [templates][] to v0.22.0 to take advantage of fixes and improvements to lookup methods: `.find` and `getView`. No API changes were made. Please [let us know](../../issues) if regressions occur.
- fixes `List` bug that was caused collection helpers to explode
- Improvements to lookup functions: `app.getView()` and `app.find()`
- Bumps [base][] to take advantages of code optimizations.
### v0.21.0
- Bumps [templates][] to v0.21.0. Support for the `queue` property was removed on collections. See [templates][] for additional details.
**v0.20.0**
### v0.20.0
- Bumps [templates][] to v0.20.0. Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump
**v0.19.0**
### v0.19.0

@@ -14,3 +22,3 @@ - Bumps [templates][] to v0.19.0

**v0.18.0**
### v0.18.0

@@ -20,15 +28,15 @@ - Bumps [assemble-loader][] to v0.5.0, which includes which fixes a bug where `renameKey` was not always being used when defined on collection loader options.

**v0.17.0**
### v0.17.0
- Bumps [templates][] to v0.17.0
**v0.16.0**
### v0.16.0
- Bumps [assemble-render-file][] to v0.5.0 and [templates][] to v0.16.0
**v0.15.0**
### v0.15.0
- Bumps [assemble-streams][] to v0.5.0
**v0.14.0**
### v0.14.0

@@ -40,19 +48,19 @@ - Bumps [templates][] to v0.15.1

**v0.13.0**
### v0.13.0
- Breaking change: bumps [templates][] to v0.13.0 to fix obscure rendering bug when multiple duplicate partials were rendered in the same view. But the fix required changing the `.mergePartials` method to be async. If you're currently using `.mergePartials`, you can continue to do so synchronously using the `.mergePartialsSync` method.
**v0.9.0**
### v0.9.0
- Updates [composer][] to v0.11.0, which removes the `.watch` method in favor of using the [base-watch][] plugin.
**v0.8.0**
### v0.8.0
- Bumps several deps. [templates][] was bumped to 0.9.0 to take advantage of event handling improvements.
**v0.7.0**
### v0.7.0
- Bumps [templates][] to 0.8.0 to take advantage of `isType` method for checking a collection type, and a number of improvements to how collections and views are instantiated and named.
**v0.6.0**
### v0.6.0

@@ -62,7 +70,7 @@ - Bumps [assemble-fs][] plugin to 0.5.0, which introduces `onStream` and `preWrite` middleware handlers.

**v0.5.0**
### v0.5.0
- Bumps [templates][] to latest, 0.6.0, since it uses the latest [base-methods][], which introduces prototype mixins. No API changes.
**v0.4.0**
### v0.4.0

@@ -69,0 +77,0 @@ - Removed [emitter-only][] since it was only includes to be used in the default listeners that were removed in an earlier release. In rare cases this might be a breaking change, but not likely.

{
"name": "assemble-core",
"description": "The core assemble application with no presets or defaults. All configuration is left to the implementor.",
"version": "0.21.0",
"version": "0.22.0",
"homepage": "https://github.com/assemble/assemble-core",

@@ -34,15 +34,12 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"lazy-cache": "^2.0.1",
"templates": "^0.21.0"
"templates": "^0.22.2"
},
"devDependencies": {
"base-test-runner": "^0.2.0",
"base-test-suite": "^0.1.9",
"base-test-suite": "^0.1.10",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-git": "^1.7.2",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"minimist": "^1.2.0",
"rimraf": "^2.5.2"
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0"
},

@@ -53,2 +50,3 @@ "keywords": [

"assemble",
"assembleplugin",
"blog",

@@ -62,2 +60,3 @@ "boilerplate",

"components",
"core",
"create",

@@ -81,2 +80,3 @@ "doc",

"partials",
"plugin",
"post",

@@ -124,2 +124,3 @@ "scaffold",

"assemble-streams",
"base",
"base-logger",

@@ -142,3 +143,6 @@ "base-methods",

"verb",
"vinyl-fs"
"vinyl",
"vinyl-fs",
"vinyl-item",
"vinyl-view"
],

@@ -145,0 +149,0 @@ "lint": {

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