Skip to content

Commit

Permalink
Update to release v1.3.5 fix #18 fix #19 fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 13, 2018
1 parent 075cabb commit 43e73d4
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 105 deletions.
36 changes: 22 additions & 14 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,58 @@
Change Log: `php-date-formatter`
================================

## Version 1.3.5

**Date:** 13-Jul-2018

- (enh #20, #18): Add UMD support for AMD, node, browser globals.
- (enh #19): Enhance `parseData` for formats where year, month or day is optional.
- (enh #14): Remove usage of reserved word as function attribute.
- (enh #10): Better handling of escaped characters in string format.

## Version 1.3.4

**Date:** 08-Jan-2017

1. (enh #9): Enhance validation for invalid input date string in `guessDate`.
2. (enh #10, #11): Display escaped characters correctly via `formatDate`.
3. (bug #12): Correct hour merdian validation.
4. Add github contribution and issue/PR logging templates.
- (bug #12): Correct hour merdian validation.
- (enh #9): Enhance validation for invalid input date string in `guessDate`.
- Add github contribution and issue/PR logging templates.

## Version 1.3.3

**Date:** 22-Dec-2015

1. (bug #7): Fix regexp validation for `formatDate`.
- (bug #7): Fix regexp validation for `formatDate`.

## Version 1.3.2

**Date:** 21-Dec-2015

1. (enh #4): Eliminate other JS Library dependency and code enhancements
2. (enh #5): More enhanced and comprehensive PHP date pattern formatting
- (enh #5): More enhanced and comprehensive PHP date pattern formatting
- (enh #4): Eliminate other JS Library dependency and code enhancements

## Version 1.3.1

**Date:** 18-Jun-2015

1. (bug #2): Fix conversion to unix timestamp format.
- (bug #2): Fix conversion to unix timestamp format.

## Version 1.3.0

**Date:** 08-Nov-2014

1. Set release to stable in composer.json.
2. Updated CHANGE log to reflect user friendly date time formats.
- Set release to stable in composer.json.
- Updated CHANGE log to reflect user friendly date time formats.

## Version 1.2.0

Date: 02-Jul-2014
**Date:** 02-Jul-2014

- Enh #8: Ability to pass additional form input data within each ajax call.
- (enh #8): Ability to pass additional form input data within each ajax call.

## Version 1.1.0

Date: 05-Jul-2014
**Date:** 05-Jul-2014

- Updated placeholder to accept boolean value (false) to disable it.
- Added loadingClass property to configure the loading indicator CSS.
Expand All @@ -53,6 +61,6 @@ Date: 05-Jul-2014

## Version 1.0.0

Date: 30-Apr-2014
**Date:** 30-Apr-2014

Initial release.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 - 2017, Kartik Visweswaran
Copyright (c) 2014 - 2018, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server side and client side validation should help in building extensible applic

This library is a standalone javascript library and does not depend on other libraries or plugins like jQuery.

The latest release of the library is v1.3.4. Check the [CHANGE LOG](https://github.com/kartik-v/php-date-formatter/blob/master/CHANGE.md) for details.
The latest release of the library is v1.3.5. Check the [CHANGE LOG](https://github.com/kartik-v/php-date-formatter/blob/master/CHANGE.md) for details.

## Features

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": "php-date-formatter",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "https://github.com/kartik-v/php-date-formatter",
"authors": [
"Kartik Visweswaran <kartikv2@gmail.com>"
Expand Down
Loading

0 comments on commit 43e73d4

Please sign in to comment.