Skip to content

Commit

Permalink
Released version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Dec 26, 2014
1 parent 6bf98bd commit 78a87d1
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Changelog

### v0.4.2 (master, released on December 22th 2014)
### v0.4.3 (master, released on December 25th 2014)
#### Features
- Now by adding a value in resource you can also use it in the table scope [#69](https://github.com/Zizzamia/ng-tasty/issues/69)


### v0.4.2 (released on December 22th 2014)
#### Bug Fixes
- Fixed pagination issue during filtering [#65](https://github.com/Zizzamia/ng-tasty/issues/65)
- Fixed bug when header is an empty list [#66](https://github.com/Zizzamia/ng-tasty/issues/66)
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,26 @@ The easiest way to run the unit tests is to use the supplied npm script:
gulp test
```

## Docs

The main docs you will find at http://zizzamia.com/ng-tasty/ , here the list of all components, service,
filters supported.

#### Component

- Table : http://zizzamia.com/ng-tasty/directive/table
- Table server side : http://zizzamia.com/ng-tasty/directive/table-server-side

#### Service

- WebSocket : http://zizzamia.com/ng-tasty/service/websocket
- Debounce : http://zizzamia.com/ng-tasty/service/debounce

#### Filter

- Filter Int : http://zizzamia.com/ng-tasty/filter/filter-int
- Range : http://zizzamia.com/ng-tasty/filter/range

## Changelog

[https://github.com/Zizzamia/ng-tasty/CHANGELOG.md](https://github.com/Zizzamia/ng-tasty/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"authors": [
"@zizzamia",
Expand Down
2 changes: 1 addition & 1 deletion docs/static/js/pages/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ angular.module('myApp.pages.app', [])
$window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() });
});
}
$rootScope.version = '0.4.2';
$rootScope.version = '0.4.3';

$scope.showDownloadModal = function() {
modalInstance = $modal.open({
Expand Down
6 changes: 4 additions & 2 deletions docs/template/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ <h2>Quick start</h2>

<footer class="bottom">
<p>Designed and built by <a href="http://twitter.com/zizzamia"
target="_blank">@zizzamia</a>, like grandma used to make.
A special #thankYou to all <a href="https://github.com/Zizzamia/ng-tasty/graphs/contributors" target="_blank">contributors</a>
target="_blank">@zizzamia</a>, like grandma used to make.
A special #thankYou to all <a href="https://github.com/Zizzamia/ng-tasty/graphs/contributors"
target="_blank"> contributors</a> : <a href="http://twitter.com/proudlygeek" target="_blank">@proudlygeek</a>,
<a href="http://twitter.com/w3sw" target="_blank">@wesww</a>, <a href="http://twitter.com/aganglada" target="_blank">@aganglada</a>.
</p>
<p>Code licensed under <a href="https://github.com/zizzamia/ng-tasty/blob/master/LICENSE" target="_blank">MIT</a></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.4.2",
"version": "0.4.3",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 78a87d1

Please sign in to comment.