jack zhang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2cb1203aa4 
							
						 
					 
					
						
						
							
							refactor(client)!: application, router and plugin ( #2068 )  
						
						 
						
						... 
						
						
						
						BREAKING CHANGE:
* refactor: update umi version 3.x to version 4.x
* refactor: update react-router-dom version to 6.x
* refactor(react-router-dom): change Layout Component `props.children` to `<Outlet />`
* refactor(react-router-dom): change <Route /> props and <RouteSwitch /> correct
* refactor(react-router-dom): replace `<Redirect />` to `<Navigate replace />`
* refactor(react-router-dom): replace `useHistory` to `useNavigate`
* refactor(react-router-dom): replace `useRouteMatch` to `useParams`
* refactor(react-router-dom & dumi): fix <RouteSwitch /> & umi document bug
* refactor(react-router-dom): `useRoutes` Optimize `<RouteSwitch />` code
* refactor(react-router-dom): update `Route` types and docs
* refactor(react-router-dom): optimize RouteSwitch code
* refactor(react-router-dom): `useLocation` no generics type
* refactor(react-router-dom): add `less v3.9.0` to `resolutions` to solve the error of `gulp-less`
* refactor(react-router-dom): fix `<RouteSwitch />`  `props.routes` as an array is not handled
* chore: upgrade `dumi` and refactor docs
* fix: completed code review, add `targets` to solve browser compatibility & removed `chainWebpack`
* refactor(dumi): upgraded dumi under `packages/core/client`
* refactor(dumi): delete `packages/core/dumi-theme-nocobase`
* refactor(dumi): degrade `react`  & replace `dumi-theme-antd` to `dumi-theme-nocobase`
* refactor(dumi): solve conflicts between multiple dumi applications
* fix: login page error in react 17
* refactor(dumi): remove less resolutions
* refactor(dumi): umi add `msfu: true` config
* fix: merge bug
* fix: self code review
* fix: code reivew and test bug
* refactor: upgrade react to 18
* refactor: degrade react types to 17
* chore: fix ci error
* fix: support routerBase & fix workflow page params
* fix(doc): menu externel link
* fix: build error
* fix: delete
* fix: vitest error
* fix: react-router new code replace
* fix: vitest markdown error
* fix: title is none when refresh
* fix: merge error
* fix: sidebar width is wrong
* fix: useProps error
* fix: side-menu-width
* fix: menu selectId is wrong & useProps is string
* fix: menu selected first default & side menu hide when change
* fix: test error & v0.10 change log
* fix: new compnent doc modify
* fix: set umi `fastRefresh=false`
* refactor: application v2
* fix: improve code
* fix: bug
* fix: page = 0 error
* fix: workflow navigate error
* feat: plugin manager
* fix: afterAdd
* feat: complete basic functional refactor
* fix: performance Application
* feat: support client and server build
* refactor: nocobase build-in plugin and providers
* fix: server can't start
* refactor: all plugins package `Prodiver` change to `Plugin`
* feat: nested router and change mobile client
* feat: delete application-v1 and router-switch
* feat: improve routes
* fix: change mobile not nested
* feat: delete RouteSwitchContext and change buildin Provider to Plugin
* feat: delete RouteSwitchContext plugins
* fix: refactor SchemaComponentOptions
* feat: improve SchemaComponentOptions
* fix: add useAdminSchemaUid
* fix: merge master error
* fix: vitest error
* fix: bug
* feat: bugs
* fix: improve code
* fix: restore code
* feat: vitest
* fix: bugs
* fix: bugs
* docs: update doc
* feat: improve code
* feat: add docs and imporve code
* fix: bugs
* feat: add tests
* fix: remove deps
* fix: muti app router error
* fix: router error
* fix: workflow error
* fix: cli error
* feat: change NoCobase -> Nocobase
* fix: code review
* fix: type error
* fix: cli error and plugin demo
* feat: update doc theme
* fix: build error
* fix: mobile router
* fix: code rewview
* fix: bug
* fix: test bug
* fix: bug
* refactor: add the "client" directory to all plugins
* refactor: modify samples client and plugin template
* fix: merge error
* fix: add files in package.json
* refactor: add README to files in package.json
* fix: adjust plugins depencies
* refactor: completing plugins' devDependencies and dependencies
* fix: bug
* refactor: remove @emotion/css
* refactor: jsonwebtoken deps
* refactor: remove sequelize
* refactor: dayjs and moment deps
* fix: bugs
* fix: bug
* fix: cycle detect
* fix: merge bug
* feat: new plugin bug
* fix: lang bug
* fix: dynamic import bug
* refactor: plugins and example add father config
* feat: improve code
* fix: add AppSpin and AppError components
* Revert "refactor: plugins and example add father config"
This reverts commit 483315bca5524e4b8cbbb20cbad77986f081089d.
# Conflicts:
#	packages/plugins/auth/package.json
#	packages/plugins/multi-app-manager/package.json
#	packages/samples/command/package.json
#	packages/samples/custom-collection-template/package.json
#	packages/samples/ratelimit/package.json
#	packages/samples/shop-actions/package.json
#	packages/samples/shop-events/package.json
#	packages/samples/shop-modeling/package.json
* feat: update doc
---------
Co-authored-by: chenos <chenlinxh@gmail.com> 
						
					 
					
						2023-07-07 14:35:22 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bierxiensi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							884b265420 
							
						 
					 
					
						
						
							
							fix(doc): 同级目录跳转 ( #2140 )  
						
						 
						
						
						
					 
					
						2023-06-27 21:11:37 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jack zhang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d76e8fb87f 
							
						 
					 
					
						
						
							
							refactor: upgrade umi, react and react-router-dom ( #1921 )  
						
						 
						
						... 
						
						
						
						* refactor: update umi version 3.x to version 4.x
* refactor: update react-router-dom version to 6.x
* refactor(react-router-dom): change Layout Component `props.children` to `<Outlet />`
* refactor(react-router-dom): change <Route /> props and <RouteSwitch /> correct
* refactor(react-router-dom): replace `<Redirect />` to `<Navigate replace />`
* refactor(react-router-dom): replace `useHistory` to `useNavigate`
* refactor(react-router-dom): replace `useRouteMatch` to `useParams`
* refactor(react-router-dom & dumi): fix <RouteSwitch /> & umi document bug
* refactor(react-router-dom): `useRoutes` Optimize `<RouteSwitch />` code
* refactor(react-router-dom): update `Route` types and docs
* refactor(react-router-dom): optimize RouteSwitch code
* refactor(react-router-dom): `useLocation` no generics type
* refactor(react-router-dom): add `less v3.9.0` to `resolutions` to solve the error of `gulp-less`
* refactor(react-router-dom): fix `<RouteSwitch />`  `props.routes` as an array is not handled
* chore: upgrade `dumi` and refactor docs
* fix: completed code review, add `targets` to solve browser compatibility & removed `chainWebpack`
* refactor(dumi): upgraded dumi under `packages/core/client`
* refactor(dumi): delete `packages/core/dumi-theme-nocobase`
* refactor(dumi): degrade `react`  & replace `dumi-theme-antd` to `dumi-theme-nocobase`
* refactor(dumi): solve conflicts between multiple dumi applications
* fix: login page error in react 17
* refactor(dumi): remove less resolutions
* refactor(dumi): umi add `msfu: true` config
* fix: merge bug
* fix: self code review
* fix: code reivew and test bug
* refactor: upgrade react to 18
* refactor: degrade react types to 17
* chore: fix ci error
* fix: support routerBase & fix workflow page params
* fix(doc): menu externel link
* fix: build error
* fix: delete
* fix: vitest error
* fix: react-router new code replace
* fix: vitest markdown error
* fix: title is none when refresh
* fix: merge error
* fix: sidebar width is wrong
* fix: useProps error
* fix: side-menu-width
* fix: menu selectId is wrong & useProps is string
* fix: menu selected first default & side menu hide when change
* fix: test error & v0.10 change log
* fix: new compnent doc modify
* fix: set umi `fastRefresh=false`
* refactor: application v2
* fix: improve code
* fix: bug
* fix: page = 0 error
* fix: workflow navigate error
* feat: plugin manager
* fix: afterAdd
* feat: update docs
* feat: update docs
* fix: page tab change not work
* fix: login redirect query param doesn't work
* fix: bug and doc
* feat: update docs
* fix: ci error
* fix: merge main
* feat: update docs
* feat: update docs
* feat: update docs
* chore(versions): 😊  publish v0.10.0-alpha.1
* fix: translations
* chore: backend node test max old space size
* docs: add useSearchParams
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: ChengLei Shao <chareice@live.com> 
						
					 
					
						2023-06-20 11:48:02 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6a2a292b3 
							
						 
					 
					
						
						
							
							feat: upgrade formily ( #1880 )  
						
						 
						
						... 
						
						
						
						* feat: upgrade formily
* fix: upgrade @formily/json-schema
* fix: optimizing performance
* fix: performance code
* refactor: `React.memo` and `observer` component add `displayName` property
* fix: add cache to Schema.compile
* feat: 优化代码
* fix: 修复卡顿最终的问题
* Update SchemaComponentProvider.tsx
* feat: 再次优化代码
* feat: optimized code
---------
Co-authored-by: dream2023 <1098626505@qq.com> 
						
					 
					
						2023-06-06 19:33:04 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								被雨水过滤的空气-Rairn 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4f1b3625c 
							
						 
					 
					
						
						
							
							docs: fix typo ( #1412 )  
						
						 
						
						
						
					 
					
						2023-02-01 13:00:48 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c64e32945e 
							
						 
					 
					
						
						
							
							fix: yarn start error in windows system ( #1177 )  
						
						 
						
						... 
						
						
						
						* feat: add .env.test.example
* fix: yarn start error in windows system 
						
					 
					
						2022-12-02 14:23:07 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChengLei Shao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3263a241ab 
							
						 
					 
					
						
						
							
							feat: logging package ( #1021 )  
						
						 
						
						... 
						
						
						
						* feat: logging package
* chore: dependency
* chore: pino
* feat: request log
* feat: log rotate
* fix: gitignore
* fix: gitignore
* fix: middleware await
* fix: test
* docs: logging
* feat: log error handler errors
* feat: improve code
* fix: response error log level
* feat: log http body
* feat: improve code
* feat: improve code
* feat: update docs
* fix: error
* feat: improve code
* fix: deps
* feat: update docs
* fix: error
* fix:  colorize
Co-authored-by: chenos <chenlinxh@gmail.com> 
						
					 
					
						2022-11-12 17:12:50 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38d0d198d2 
							
						 
					 
					
						
						
							
							Update i18n.md  
						
						 
						
						
						
					 
					
						2022-11-08 14:13:44 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6548d69181 
							
						 
					 
					
						
						
							
							Update index.md  
						
						 
						
						
						
					 
					
						2022-11-08 11:15:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1414497eff 
							
						 
					 
					
						
						
							
							Update index.md  
						
						 
						
						
						
					 
					
						2022-11-07 09:11:57 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e8e4b2d5f 
							
						 
					 
					
						
						
							
							Update test.md  
						
						 
						
						
						
					 
					
						2022-11-06 14:26:47 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5a3806148 
							
						 
					 
					
						
						
							
							Update i18n.md  
						
						 
						
						
						
					 
					
						2022-11-06 14:15:05 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f2a993299 
							
						 
					 
					
						
						
							
							Update events.md  
						
						 
						
						
						
					 
					
						2022-11-06 14:07:53 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f3c55fae9 
							
						 
					 
					
						
						
							
							Update middleware.md  
						
						 
						
						
						
					 
					
						2022-11-06 13:48:09 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4904735597 
							
						 
					 
					
						
						
							
							Update resources-actions.md  
						
						 
						
						
						
					 
					
						2022-11-06 12:23:00 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25246dec8c 
							
						 
					 
					
						
						
							
							Update collections-fields.md  
						
						 
						
						
						
					 
					
						2022-11-06 09:52:31 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							825d8481cd 
							
						 
					 
					
						
						
							
							Update index.md  
						
						 
						
						
						
					 
					
						2022-11-06 09:01:55 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f6cabec3f 
							
						 
					 
					
						
						
							
							Update life-cycle.md  
						
						 
						
						
						
					 
					
						2022-11-06 08:46:25 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8575593b3b 
							
						 
					 
					
						
						
							
							Update app-ds.md  
						
						 
						
						
						
					 
					
						2022-11-06 08:40:39 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db2c686ddf 
							
						 
					 
					
						
						
							
							Update your-fisrt-plugin.md  
						
						 
						
						
						
					 
					
						2022-11-06 08:34:03 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e29246502 
							
						 
					 
					
						
						
							
							Update index.md  
						
						 
						
						
						
					 
					
						2022-11-05 08:38:09 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zhou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c105fa7339 
							
						 
					 
					
						
						
							
							Update association-fields.md  
						
						 
						
						
						
					 
					
						2022-11-04 09:09:49 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98259e88a1 
							
						 
					 
					
						
						
							
							feat: update docs ( #1006 )  
						
						 
						
						... 
						
						
						
						* feat: update docs
* feat: update docs
* feat: update docs 
						
					 
					
						2022-11-02 11:33:07 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8d0ad8fbc 
							
						 
					 
					
						
						
							
							feat: update docs ( #996 )  
						
						 
						
						... 
						
						
						
						* feat: update docs
* feat: update docs
* fix: update docs
* Add files via upload
* Add files via upload
* Update the-first-app.md
* Update the-first-app.md
* Update v08-changelog.md
* feat: update docs
Co-authored-by: Zhou <zhou.working@gmail.com> 
						
					 
					
						2022-10-31 22:41:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChengLei Shao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3aada8fe07 
							
						 
					 
					
						
						
							
							docs: update api docs ( #973 )  
						
						 
						
						... 
						
						
						
						* docs: application
* docs: application lifecycle
* docs: database
* docs: update
* docs: repository
* docs: repository
* docs: plugin
* docs: resourcer
* docs: database
* docs: acl
* docs: actions
* docs: repository
* docs: api
* docs: api
* docs: api 
						
					 
					
						2022-10-31 20:10:52 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6eebb940f 
							
						 
					 
					
						
						
							
							feat: update docs ( #990 )  
						
						 
						
						... 
						
						
						
						* feat: improve code
* feat: update docs
* feat: update docs
* Update index.md
* Update features.md
* Update when.md
* Update contributing.md
* Update translations.md
* feat: clean up
* Add files via upload
* Update the-first-app.md
* Update plugins.md
* Update a-b-c.md
* Update blocks.md
* feat: update docs
* Add files via upload
* Update charts.md
* feat: update navs
* Update index.md
* Update index.md
* Update features.md
* Update index.md
* Update docker-compose.md
* Update create-nocobase-app.md
* Update git-clone.md
* Update contributing.md
* Update translations.md
* Update plugins.md
* Update the-first-app.md
* Add files via upload
* Update charts.md
* Update charts.md
* Update a-b-c.md
* Update collections.md
* Update menus.md
* Update menus.md
Co-authored-by: Zhou <zhou.working@gmail.com> 
						
					 
					
						2022-10-31 11:52:17 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							247dd89973 
							
						 
					 
					
						
						
							
							docs: fix resource & action dev doc ( #880 )  
						
						 
						
						
						
					 
					
						2022-10-16 17:23:23 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							faa01c9335 
							
						 
					 
					
						
						
							
							docs: fix i18n dev sample ( #910 )  
						
						 
						
						
						
					 
					
						2022-10-16 17:20:53 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							418256820d 
							
						 
					 
					
						
						
							
							fix(samples): fix test case ( #903 )  
						
						 
						
						
						
					 
					
						2022-10-13 13:50:11 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
						
						
							
						
						
							d2411f5b63 
							
						 
					 
					
						
						
							
							feat: update docs  
						
						 
						
						
						
					 
					
						2022-10-07 12:11:21 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
						
						
							
						
						
							778bb77d6a 
							
						 
					 
					
						
						
							
							feat: update docs  
						
						 
						
						
						
					 
					
						2022-10-06 17:21:56 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
						
						
							
						
						
							50b184c93e 
							
						 
					 
					
						
						
							
							feat: update docs  
						
						 
						
						
						
					 
					
						2022-10-06 11:38:01 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ChengLei Shao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d805fafbfc 
							
						 
					 
					
						
						
							
							docs: relation repository & acl ( #848 )  
						
						 
						
						... 
						
						
						
						* docs: relation-repository
* docs: has many repository
* docs: acl
* docs: acl
* docs: acl
* docs: acl
* docs: acl/AllowManager
* docs: acl/ACLAvailableAction
* docs: acl
* docs: clean up
* feat: doc menus
Co-authored-by: chenos <chenlinxh@gmail.com> 
						
					 
					
						2022-10-06 10:29:53 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6b2a8d4a1 
							
						 
					 
					
						
						
							
							docs: add testing dev doc ( #871 )  
						
						 
						
						
						
					 
					
						2022-10-02 09:07:03 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e4ba2aa3b 
							
						 
					 
					
						
						
							
							Doc: dev migration ( #870 )  
						
						 
						
						... 
						
						
						
						* docs: add migration dev doc
* docs: fix migration dev doc 
						
					 
					
						2022-10-02 09:06:28 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fceebaf50e 
							
						 
					 
					
						
						
							
							Doc: command ( #869 )  
						
						 
						
						... 
						
						
						
						* docs: add command dev doc
* feat: update doc
Co-authored-by: chenos <chenlinxh@gmail.com> 
						
					 
					
						2022-10-01 22:18:26 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2efa704b3b 
							
						 
					 
					
						
						
							
							docs: add hooks dev doc ( #868 )  
						
						 
						
						... 
						
						
						
						* docs: add hooks dev doc
* docs: change name from hooks to events 
						
					 
					
						2022-09-30 17:36:10 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85d8c3ecaf 
							
						 
					 
					
						
						
							
							feat: update development doc ( #866 )  
						
						 
						
						... 
						
						
						
						* feat: update development doc
* fix: cleanup
* fix: remove 
						
					 
					
						2022-09-30 12:41:23 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							794080628b 
							
						 
					 
					
						
						
							
							feat: ratelimit sample plugin ( #862 )  
						
						 
						
						... 
						
						
						
						* feat: ratelimit sample
* feat: update doc
* feat: sample url
* fix: update yarn.lock 
						
					 
					
						2022-09-30 12:40:32 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8c958aaac 
							
						 
					 
					
						
						
							
							docs: move http to dev ( #861 )  
						
						 
						
						
						
					 
					
						2022-09-29 21:17:55 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8bf23004a1 
							
						 
					 
					
						
						
							
							refactor: middleware ( #857 )  
						
						 
						
						... 
						
						
						
						* refactor: middleware
* fix: test error
* fix: test error
* fix: test
* fix: tag 
						
					 
					
						2022-09-29 21:05:31 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9ce35d621 
							
						 
					 
					
						
						
							
							Doc: dev i18n ( #858 )  
						
						 
						
						... 
						
						
						
						* docs: add guide index table and i18n
* docs: add dev i18n sample 
						
					 
					
						2022-09-29 21:04:58 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82560b926b 
							
						 
					 
					
						
						
							
							docs: add resources-actions doc and sample ( #853 )  
						
						 
						
						... 
						
						
						
						* docs: add resources-actions doc and sample
* docs: fix sample
* docs: remove built file
* feat: update readme
Co-authored-by: chenos <chenlinxh@gmail.com> 
						
					 
					
						2022-09-29 21:03:35 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7e6e4716a 
							
						 
					 
					
						
						
							
							feat: add custom page sample and doc ( #855 )  
						
						 
						
						... 
						
						
						
						* docs: custom ui route sample
* feat: custom page
* fix: remove error
* feat: update doc
* fix: defaultShowCode  true 
						
					 
					
						2022-09-27 22:50:10 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92c1ac319a 
							
						 
					 
					
						
						
							
							Doc: dev collection fields ( #846 )  
						
						 
						
						... 
						
						
						
						* docs: add collection & field guide
* docs: add extending field and full example package
* docs: fix sample code
* docs: fix typo 
						
					 
					
						2022-09-26 01:18:55 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							678b6cef21 
							
						 
					 
					
						
						
							
							docs: server application api ( #842 )  
						
						 
						
						... 
						
						
						
						* feat: update docs
* fix: improve code 
						
					 
					
						2022-09-23 09:22:17 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Junyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							796e73ae5a 
							
						 
					 
					
						
						
							
							refactor(doc): change to new structure ( #804 )  
						
						 
						
						... 
						
						
						
						* refactor(doc): change to new structure
* docs: add database docs
* docs: add collection docs
* docs: add db field examples
* docs(api): fix filename and menu path
* docs: add database docs
* docs: add db operators doc
* docs: add resourcer menu
* docs: add resourcer docs
* docs: fix api docs
* docs: refactor api menu structure
* feat: update docs (#830 )
* feat: updates
* feat: update docs
* chore: ignore docs from ci
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>
* docs: add database methods docs
* docs: add missed api
* docs: fix api docs
* feat: update development docs (#833 )
* feat: update development docs
* feat: update docs
* feat: update docs
* docs: add first plugin example (#834 )
* feat: update docs
* feat: update docs
* docs: fix typo
Co-authored-by: chenos <chenlinxh@gmail.com> 
						
					 
					
						2022-09-19 09:23:01 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeff99 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8fa4be8589 
							
						 
					 
					
						
						
							
							fix:update mysql port ( #548 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: jeff <chenjf@idowe.com> 
						
					 
					
						2022-06-28 22:22:47 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34e17004c5 
							
						 
					 
					
						
						
							
							feat: improve migrations ( #510 )  
						
						 
						
						... 
						
						
						
						* feat: improve upgrade
* feat: addMigrations
* fix: get version
* feat: retry
* feat: migration context
* feat: get the version number from the server 
						
					 
					
						2022-06-17 10:25:59 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								chenos 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4412efc145 
							
						 
					 
					
						
						
							
							feat(client,sdk): improve api client ( #425 )  
						
						 
						
						... 
						
						
						
						* feat(client,sdk): improve api client
* feat: add test cases
* docs: update doc
* fix(sdk): cannot destructure property 'authClass' of 'instance' as it is undefined 
						
					 
					
						2022-05-27 00:00:59 +08:00