Skip to content

Commit

Permalink
release v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Aug 7, 2023
1 parent d6bd4b5 commit 54dd4a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Javascript AJAX (ajax.js)

[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.0.13-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/ajax.js/releases)
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.0.14-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/ajax.js/releases)
[![License](https://img.shields.io/badge/Licence-MIT-brightgreen.svg?style=plastic)](https://github.com/tomFlidr/ajax.js/blob/master/LICENSE.md)

## **INSTALATION**
Expand All @@ -11,16 +11,16 @@ npm install ajax-min

## **DOWNLOAD**

* [**download ajax.min.js (for production)**](https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.min.js)
* [**download ajax.dev.js (for development with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.dev.js)
* [**download ajax.d.ts (for development in TypeScript with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.d.ts)
* [**download ajax.min.js (for production)**](https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.min.js)
* [**download ajax.dev.js (for development with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.dev.js)
* [**download ajax.d.ts (for development in TypeScript with JSDocs comments for IDE)**](https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.d.ts)

```html
<!-- for production: -->
<script type="text/javascript" src="https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.min.js"></script>
<script type="text/javascript" src="https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.min.js"></script>

<!-- for development with JSDocs comments for IDE: -->
<script type="text/javascript" src="https://tomflidr.github.io/ajax.js/builds/1.0.13/ajax.dev.js"></script>
<script type="text/javascript" src="https://tomflidr.github.io/ajax.js/builds/1.0.14/ajax.dev.js"></script>
```

## **DEMOS**
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": "ajax-min",
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",
"description": "Very effective, supersmall, cross browser AJAX library, supporting JSON, JSONP, XML, HTML or TEXT requesting or returning result type by HTTP header Content-Type, automatic data serialization, automatic evaluation by recognized type, global handlers and syntax based on jQuery.ajax();.",
"homepage": "https://github.com/tomFlidr/ajax.js",
Expand Down

0 comments on commit 54dd4a5

Please sign in to comment.