Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Apr 5, 2019
1 parent be4a8e4 commit cf11cb0
Show file tree
Hide file tree
Showing 10 changed files with 218 additions and 152 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ are targetting. Note that if no culture files are included, the invariant
culture will be used.

```HTML
<script src="https://cdn.jsdelivr.net/npm/@dmester/sffjs@1.15.0/dist/stringformat.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dmester/sffjs@1.15.0/dist/cultures/stringformat.en.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dmester/sffjs@1.15.0/dist/cultures/stringformat.sv.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dmester/sffjs@1.16.0/dist/stringformat.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dmester/sffjs@1.16.0/dist/cultures/stringformat.en.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dmester/sffjs@1.16.0/dist/cultures/stringformat.sv.js"></script>
```

Then you're ready to go. Here are two simple examples using indexes and object
Expand Down
2 changes: 1 addition & 1 deletion dist/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
String.format for JavaScript
Copyright (c) 2009-2019 Daniel Mester Pirttijärvi

The library core (stringformat-1.15.0.js and stringformat-1.15.0.min.js) is
The library core (stringformat-1.16.0.js and stringformat-1.16.0.min.js) is
licensed under the terms of the zlib license.

* * *
Expand Down
10 changes: 5 additions & 5 deletions dist/readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

String.format for JavaScript 1.15.0
String.format for JavaScript 1.16.0
https://github.com/dmester/sffjs

Built: 2019-01-27T17:16:32.547Z
Built: 2019-04-05T18:33:05.038Z

Copyright (c) 2009-2019 Daniel Mester Pirttijärvi

Expand All @@ -18,8 +18,8 @@ FILES

You got a number of files when you extracted the script library:

stringformat-1.15.0.min.js - Compressed and obfuscated, to be used in production.
stringformat-1.15.0.js - Commented source file for your reference.
stringformat-1.16.0.min.js - Compressed and obfuscated, to be used in production.
stringformat-1.16.0.js - Commented source file for your reference.
stringformat.d.ts - TypeScript definition file.
tests.html - Test page that performs unit tests on the library.
stringformat.tests.js - Script for tests.html.
Expand All @@ -33,7 +33,7 @@ are targetting. Note that if no culture files are included, the invariant
culture will be used.

[CODE]
<script type="text/javascript" src="stringformat-1.15.0.min.js"></script>
<script type="text/javascript" src="stringformat-1.16.0.min.js"></script>
<script type="text/javascript" src="cultures/stringformat.en.js"></script>
<script type="text/javascript" src="cultures/stringformat.sv.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions dist/stringformat.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* String.format for JavaScript 1.15.0
* String.format for JavaScript 1.16.0
* https://github.com/dmester/sffjs
*
* Built: 2019-01-27T17:16:32.547Z
* Built: 2019-04-05T18:33:05.038Z
*
* Copyright (c) 2009-2019 Daniel Mester Pirttijärvi
*
Expand Down
283 changes: 163 additions & 120 deletions dist/stringformat.js

Large diffs are not rendered by default.

23 changes: 12 additions & 11 deletions dist/stringformat.min.js

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

Loading

0 comments on commit cf11cb0

Please sign in to comment.