Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Jun 24, 2022
1 parent 0d1a7a4 commit a28cc99
Show file tree
Hide file tree
Showing 16 changed files with 481 additions and 403 deletions.
4 changes: 2 additions & 2 deletions README-V7.md → README-LEGACY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> WARNING: This readme is for an older version of Iodine. If you are using Iodine in a new project, then review the latest [readme](README.MD) instead. Alternatively, you may wish to consider [upgrading](UPGRADE.MD).
> WARNING: This readme is for an older version of Iodine. If you are using Iodine in a new project, then review the latest [readme](README.MD) instead.
# Iodine

Expand All @@ -9,7 +9,7 @@ Iodine.js is a micro client-side validation library. It has no dependencies and
The easiest way to pull Iodine into your project is via a CDN:

```html
<script src="https://cdn.jsdelivr.net/gh/mattkingshott/iodine/dist/iodine.min.umd.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@kingshott/iodine@7.0.2/dist/iodine.min.umd.js" defer></script>
```

You can also pull Iodine into your project via NPM:
Expand Down
265 changes: 141 additions & 124 deletions README.md

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions UPGRADE.MD

This file was deleted.

2 changes: 1 addition & 1 deletion dist/iodine.min.esm.js

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

2 changes: 1 addition & 1 deletion dist/iodine.min.esm.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a28cc99

Please sign in to comment.