Skip to content

Commit

Permalink
preparing v0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed May 19, 2016
1 parent 66bf5f6 commit 6157c23
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 56 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]
## [v0.2.3] - 2016-05-19
### Added
- check left-alignment of chainIds & chainNames
- param argument for MMTF.traverse to traverse only the first model
Expand Down Expand Up @@ -51,7 +51,7 @@ All notable changes to this project will be documented in this file, following t
- Initial release


[Unreleased]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.2...HEAD
[v0.2.3]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/rcsb/mmtf-javascript/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/rcsb/mmtf-javascript/compare/v0.1.0...v0.2.0
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

[![Build Status](https://travis-ci.org/rcsb/mmtf-javascript.svg?branch=master)](https://travis-ci.org/rcsb/mmtf-javascript)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/blob/master/LICENSE)
[![Version](http://img.shields.io/badge/version-0.2.2-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.2)
[![Version](http://img.shields.io/badge/version-0.2.3-blue.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.3)
[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/rcsb/mmtf-javascript/blob/master/CHANGELOG.md)


JavaScript decoder for MMTF files. For a description of the format see the [MMTF specification](https://github.com/rcsb/mmtf/blob/master/spec.md). See the full changelog is [here](https://github.com/rcsb/mmtf-javascript/blob/master/CHANGELOG.md).


## Version 0.2.2
## Version 0.2.3

* [See changelog](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.2)
* [Download release](https://github.com/rcsb/mmtf-javascript/archive/v0.2.2.zip)
* [Minified MMTF module](https://github.com/rcsb/mmtf-javascript/blob/v0.2.2/dist/mmtf.js)
* [API documentation](https://rcsb.github.io/mmtf-javascript/docs/api/v0.2.2/index.html)
* [See changelog](https://github.com/rcsb/mmtf-javascript/releases/tag/v0.2.3)
* [Download release](https://github.com/rcsb/mmtf-javascript/archive/v0.2.3.zip)
* [Minified MMTF module](https://github.com/rcsb/mmtf-javascript/blob/v0.2.3/dist/mmtf.js)
* [API documentation](https://rcsb.github.io/mmtf-javascript/docs/api/v0.2.3/index.html)
2 changes: 1 addition & 1 deletion dist/mmtf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on April 27th 2016, 12:02:22 pm
on May 19th 2016, 11:32:06 am

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/module-MMTF.html
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on April 27th 2016, 12:02:22 pm
on May 19th 2016, 11:32:06 am

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/module-MmtfDecode.html
Original file line number Diff line number Diff line change
Expand Up @@ -3194,7 +3194,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on April 27th 2016, 12:02:22 pm
on May 19th 2016, 11:32:06 am

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Loading

0 comments on commit 6157c23

Please sign in to comment.