@lion/ajax
Advanced tools
Comparing version 0.11.0 to 0.11.1
# Change Log | ||
## 0.11.1 | ||
### Patch Changes | ||
- 84131205: use mdjs-preview in docs for lit compatibility | ||
## 0.11.0 | ||
@@ -4,0 +10,0 @@ |
# Tools >> Ajax >> Features ||20 | ||
```js script | ||
import { html } from '@lion/core'; | ||
import { html } from '@mdjs/mdjs-preview'; | ||
import { renderLitAsNode } from '@lion/helpers'; | ||
@@ -428,3 +428,3 @@ import { ajax, createCacheInterceptors } from '@lion/ajax'; | ||
if (name === 'pabu') { | ||
actionCacheOptions.invalidateUrlsRegex = /\/packages\/ajax\/docs\/naga.json/; | ||
actionCacheOptions.invalidateUrlsRegex = /\/docs\/tools\/ajax\/assets\/naga.json/; | ||
} | ||
@@ -431,0 +431,0 @@ |
# Tools >> Ajax >> Overview ||10 | ||
```js script | ||
import { html } from '@lion/core'; | ||
import { html } from '@mdjs/mdjs-preview'; | ||
import { renderLitAsNode } from '@lion/helpers'; | ||
@@ -6,0 +6,0 @@ import { ajax, createCacheInterceptors } from '@lion/ajax'; |
{ | ||
"name": "@lion/ajax", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Thin wrapper around fetch with support for interceptors.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# Tools >> Ajax >> Overview ||10 | ||
```js script | ||
import { html } from '@lion/core'; | ||
import { html } from '@mdjs/mdjs-preview'; | ||
import { renderLitAsNode } from '@lion/helpers'; | ||
@@ -6,0 +6,0 @@ import { ajax, createCacheInterceptors } from '@lion/ajax'; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
94105
1