Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: g1eb/angular-datetime-inputs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.5
Choose a base ref
...
head repository: g1eb/angular-datetime-inputs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 21, 2018

  1. Copy the full SHA
    ba0e043 View commit details
  2. Copy the full SHA
    f98049b View commit details
  3. Bump version number

    g1eb committed Mar 21, 2018
    Copy the full SHA
    e4641d1 View commit details
Showing with 32 additions and 5 deletions.
  1. +1 βˆ’1 bower.json
  2. +3 βˆ’3 dist/datetime-inputs.min.js
  3. +1 βˆ’1 package.json
  4. +9 βˆ’0 src/date-input.js
  5. +9 βˆ’0 src/datetime-input.js
  6. +9 βˆ’0 src/time-input.js
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datetime-inputs",
"version": "0.2.5",
"version": "0.2.6",
"description": "UI elements for datetime input, converted to angular directives for your convenience.",
"homepage": "https://github.com/g1eb/angular-datetime-inputs",
"authors": [
Loading