Skip to content

Commit

Permalink
docs: up
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Sep 27, 2023
1 parent 8181c14 commit e2b85ae
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 268 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGE LOG

## 0.1.1 / 2023-9-23

- fix miss @babel/runtime-corejs3 in dependencies

## 0.1.0 / 2023-9-23

- add getAnypath
Expand Down
148 changes: 0 additions & 148 deletions README-zh_CN.md

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
[![](https://img.shields.io/badge/Powered%20by-jslib%20base-brightgreen.svg)](https://github.com/yanhaijing/jslib-base)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/anypath/blob/master/LICENSE)
[![CI](https://github.com/jsmini/anypath/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jsmini/anypath/actions/workflows/ci.yml)
[![npm](https://img.shields.io/badge/npm-0.5.0-orange.svg)](https://www.npmjs.com/package/@jsmini/anypath)
[![npm](https://img.shields.io/badge/npm-0.1.1-orange.svg)](https://www.npmjs.com/package/@jsmini/anypath)
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/anypath.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/anypath)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/anypath.svg)](http://isitmaintained.com/project/jsmini/anypath 'Percentage of issues still open')

The best library for deep value assignment.

English | [简体中文](./README-zh_CN.md)

While we can use the new ? syntax of ES for getting deep values to avoid errors, as shown below:

```js
Expand Down
5 changes: 3 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# TODO List

- [X] Done
- [ ] Undone
- [ ] 支持数组key a.0.c
- [ ] 支持数组key a[0].c
- [ ] paths 支持 type 类型
107 changes: 0 additions & 107 deletions doc/api_cn.md

This file was deleted.

30 changes: 26 additions & 4 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsmini/anypath",
"version": "0.1.0",
"version": "0.1.1",
"description": "The best third party JS|TS library scaffold",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -55,6 +55,10 @@
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.22.15",
"@jsmini/type": "^0.10.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
Expand Down Expand Up @@ -95,9 +99,6 @@
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@jsmini/type": "^0.10.0"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
Expand Down

0 comments on commit e2b85ae

Please sign in to comment.