Skip to content

Commit

Permalink
release time
Browse files Browse the repository at this point in the history
  • Loading branch information
kachok committed Sep 2, 2014
1 parent a3033c0 commit e4e5fc7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 23 deletions.
28 changes: 10 additions & 18 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
The MIT License (MIT)
Copyright 2013 Amida Technology Solutions (http://amida-tech.com)

Copyright (c) 2014 Amida Technology Solutions
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
http://www.apache.org/licenses/LICENSE-2.0

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ console.log(CCDA.constraints.sections);
console.log(bbm.supported_sections);
```

###Releases
## Release Notes

See release notes [here] (./RELEASENOTES.md)

## License

Licensed under [Apache 2.0](./LICENSE)

v1.1.0 September 2, 2014
- Added new code systems and entries
15 changes: 15 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# blue-button-meta.js Release Notes

# v.1.1.0 - September 2, 2014

This is the initial release of blue-button-meta.js library.

- Added subset of metadata about CCDA format
- Templates
- Sections
- Statements
- Constraints
- List of sections for downstream support in blue-button.js library
- Frequently used lookups for OIDs, and other constants from variety of vocabularies used in CCDA parsing/generation
- Library is used in downstream packages such as blue-button/match/record.js

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-button-meta",
"version": "1.1.0-beta.9",
"version": "1.1.0",
"description": "Metadata about Blue Button format (CCDA) internal structures",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"ccda"
],
"author": "Dmitry Kachaev <[email protected]> (http://github.com/kachok)",
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit e4e5fc7

Please sign in to comment.