Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 9, 2013
1 parent 22231c3 commit c32d8c3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1 - 2013-11-09

- Add amDuration filter ([#20](https://github.com/urish/angular-moment/issues/20), contributed by [gabrielstuff](https://github.com/gabrielstuff))

## 0.5.0 - 2013-11-02

- Use $window.setTimeout instead of $timeout, fixes protractor synchronization issue ([#19](https://github.com/urish/angular-moment/issues/19))
Expand Down
2 changes: 1 addition & 1 deletion angular-moment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular-moment.js / v0.5.0 / (c) 2013 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.5.1 / (c) 2013 Uri Shaked / MIT Licence */

angular.module('angularMoment', [])
.constant('amTimeAgoConfig', { withoutSuffix: false })
Expand Down
2 changes: 1 addition & 1 deletion angular-moment.min.js

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.5.0",
"version": "0.5.1",
"description": "Angular.JS directives for Moment.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
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": "angular-moment",
"version": "0.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
Expand Down
2 changes: 0 additions & 2 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ describe('module angularMoment', function () {
$rootScope.$digest();
expect(element.text()).toBe('');
});


});


Expand Down

0 comments on commit c32d8c3

Please sign in to comment.