Skip to content

Commit

Permalink
Merge branch release/1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Oct 14, 2015
2 parents 707d098 + af116f0 commit f9672be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2015/10/14 - 1.2.0
- Make ConfigService's configure method accepts empty config hash.
- Introduce Config class. (#9)
- Every Service may access its configuration through the `serviceConfig` property of type Config. (#9)
- Add support for applying default configuration. Introduce `Service.getDefaultServiceConfig` method. (#11)
- Improve config key estimation (ServiceInstance.configKey, ServiceClass.CONFIG_KEY, service-definition.configKey, service key). (#10)

2015/10/05 - 1.1.1
- Fix coveralls.io integration - post current build branch.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "srvoa",
"version": "1.1.1",
"version": "1.2.0",
"description": "Infrastructure for service oriented architecture.",
"author": {
"name": "Alrik Zachert",
Expand All @@ -17,11 +17,12 @@
"main": "package.js",
"keywords": [
"soa",
"service-manager",
"service manager",
"infrastructure",
"service oriented architecture",
"application",
"framework",
"foundation",
"config",
"services"
],
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![build status](https://ci.gitlab.com/projects/3656/status.png?ref=master)](https://ci.gitlab.com/projects/3656?ref=master)
[![coverage status](https://coveralls.io/repos/alrik/node-srvoa/badge.svg?branch=master&service=github)](https://coveralls.io/github/alrik/node-srvoa?branch=master)

# srvoa - 1.1.1
# srvoa - 1.2.0

- is the **infrastructure** for service oriented architecture (**SOA**) for node.js
- provides **unified interfaces** for writing **modular** apps and (micro-)**services**
Expand Down

0 comments on commit f9672be

Please sign in to comment.