Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit c0021bf

Browse files
committed
chore(release): 1.0.0
1 parent c444410 commit c0021bf

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.0.0"></a>
6+
# 1.0.0 (2017-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **BuildConstructionPlan:** always create valid construction plan ([55376f8](https://github.com/flyntwp/flynt-core/commit/55376f8))
12+
* **constructionPlan:** changed exceptions to warnings ([e6c4542](https://github.com/flyntwp/flynt-core/commit/e6c4542))
13+
* **constructionPlan:** do not require non-empty areas for dynamicSubmodules + refactor names ([af34a92](https://github.com/flyntwp/flynt-core/commit/af34a92))
14+
* **defaultLoader:** corrected naming for registerModule hook, added correct exception tests for warn ([254b860](https://github.com/flyntwp/flynt-core/commit/254b860))
15+
* **defaultLoader:** corrected use to be use function for the helper function ([d1f2a8c](https://github.com/flyntwp/flynt-core/commit/d1f2a8c))
16+
* **defaults:** missing argument 4 areaHtml ([cf855a0](https://github.com/flyntwp/flynt-core/commit/cf855a0))
17+
* **render:** changed exceptions to warnings ([c7230c8](https://github.com/flyntwp/flynt-core/commit/c7230c8))
18+
* **Render:** Error messages ([697aca6](https://github.com/flyntwp/flynt-core/commit/697aca6))
19+
* **renderer:** throw exception when template not found ([e940ff5](https://github.com/flyntwp/flynt-core/commit/e940ff5))
20+
* **wpStarter:** register renamed to correct: registerModule ([8c329e0](https://github.com/flyntwp/flynt-core/commit/8c329e0))
21+
22+
23+
### Features
24+
25+
* **buildConstructionPlan:** added initModuleConfig filter ([09717f9](https://github.com/flyntwp/flynt-core/commit/09717f9))
26+
* **buildConstructionPlan:** added modifyModuleData filters ([369ba9b](https://github.com/flyntwp/flynt-core/commit/369ba9b))
27+
* **buildConstructionPlan:** added parentData overwrite ([c3e5a46](https://github.com/flyntwp/flynt-core/commit/c3e5a46))
28+
* **ComponentManager:** added isRegistered ([47a1c35](https://github.com/flyntwp/flynt-core/commit/47a1c35))
29+
* **ComponentManager:** pass name as second parameter for component-specific registerComponent actio ([b7def8d](https://github.com/flyntwp/flynt-core/commit/b7def8d))
30+
* **composer:** add composer installers and type wordpress plugin ([406fb71](https://github.com/flyntwp/flynt-core/commit/406fb71))
31+
* **composer:** add composer package info ([b7f0707](https://github.com/flyntwp/flynt-core/commit/b7f0707))
32+
* **composer:** autoload flynt-core-plugin.php ([c9ff920](https://github.com/flyntwp/flynt-core/commit/c9ff920))
33+
* **constructionPlan:** added default path for config + adjusted tests, refactored getTemplateDirect ([5da250d](https://github.com/flyntwp/flynt-core/commit/5da250d))
34+
* **constructionPlan:** added filter hook for fromConfigFile loading, added additional checks for co ([100b5bc](https://github.com/flyntwp/flynt-core/commit/100b5bc))
35+
* **constructionPlan:** added load from config file (json) ([a08b028](https://github.com/flyntwp/flynt-core/commit/a08b028))
36+
* **constructionPlan:** apply WPStarter/dynamicSubmodules filter ([1368641](https://github.com/flyntwp/flynt-core/commit/1368641))
37+
* **constructionPlan:** nested dynamic submodules ([c30fa87](https://github.com/flyntwp/flynt-core/commit/c30fa87))
38+
* **ConstructionPlan:** added first tests and basic functionality for single module config ([1995b79](https://github.com/flyntwp/flynt-core/commit/1995b79))
39+
* **defaultLoader:** moved default functionality for config file loading and rendering to its own cl ([51f9ff8](https://github.com/flyntwp/flynt-core/commit/51f9ff8))
40+
* **defaults:** added getModulesDirectory method for default modules path ([37af61d](https://github.com/flyntwp/flynt-core/commit/37af61d))
41+
* **helpers:** add extractNestedDataFromArray helper function ([021dbe7](https://github.com/flyntwp/flynt-core/commit/021dbe7))
42+
* **helpers:** extract data helper now also works with objects ([74d575a](https://github.com/flyntwp/flynt-core/commit/74d575a))
43+
* **helpers:** extractData - added ability to use array further down the param line ([966cd77](https://github.com/flyntwp/flynt-core/commit/966cd77))
44+
* **moduleManager:** added ModuleManager Class, refactored WPStarter Class into global namespaced fu ([23ba863](https://github.com/flyntwp/flynt-core/commit/23ba863))
45+
* **render:** added correct params to renderModule filters and refactored class + tests ([4b07a64](https://github.com/flyntwp/flynt-core/commit/4b07a64))
46+
* **render:** use null as default arg in renderModule filter ([3e80add](https://github.com/flyntwp/flynt-core/commit/3e80add))
47+
* **renderer:** add basic render functionality for single and nested modules ([b8003f7](https://github.com/flyntwp/flynt-core/commit/b8003f7))
48+
* **renderer:** added renderModule hook ([d071f48](https://github.com/flyntwp/flynt-core/commit/d071f48))
49+
* **renderer:** added single module render hook ([f1edd70](https://github.com/flyntwp/flynt-core/commit/f1edd70))
50+
* **wpStarter:** added get_template_directory to modulesPath filter and renamed defaultModulesPath t ([c37bb88](https://github.com/flyntwp/flynt-core/commit/c37bb88))
51+
* **wpStarter:** added missing getModuleFilePath method ([be73b5d](https://github.com/flyntwp/flynt-core/commit/be73b5d))
52+
* **wpStarter:** added registerModule actions ([741a667](https://github.com/flyntwp/flynt-core/commit/741a667))
53+
* **wpStarter:** added registerModule functionality + shortcut methods for public API ([98fa7be](https://github.com/flyntwp/flynt-core/commit/98fa7be))
54+
* **wpStarter:** added registerModules ([bec7863](https://github.com/flyntwp/flynt-core/commit/bec7863))
55+
* **wpStarter:** registerModule optional argument for path ([d234e28](https://github.com/flyntwp/flynt-core/commit/d234e28))

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "flynt-core",
3+
"version": "1.0.0",
4+
"repository": "git@github.com:flyntwp/flynt-core.git",
5+
"author": "bleech <hello@bleech.de>",
6+
"license": "MIT",
7+
"devDependencies": {
8+
"conventional-github-releaser": "^1.1.3",
9+
"standard-version": "^4.0.0"
10+
},
11+
"scripts": {
12+
"release": "standard-version",
13+
"releaseGithub": "conventional-github-releaser -p angular"
14+
}
15+
}

0 commit comments

Comments
 (0)