renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5cee92d1ef 
							
						 
					 
					
						
						
							
							chore(deps): update jest monorepo (major) ( #791 )  
						
						... 
						
						
						
						* chore(deps): update jest monorepo
* Changes for jest 27
* Update types as well
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com> 
						
					 
					
						2021-08-27 16:08:40 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7c51af803 
							
						 
					 
					
						
						
							
							chore(deps): update dependency supertest to v6 ( #785 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <bot@renovateapp.com> 
						
					 
					
						2021-08-27 05:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9caf393abf 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint-plugin-jest to v24 ( #772 )  
						
						... 
						
						
						
						* chore(deps): update dependency eslint-plugin-jest to v24
* Fix lint
* Fix
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com> 
						
					 
					
						2021-08-27 04:16:15 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f7cf3efac 
							
						 
					 
					
						
						
							
							fix(devui): better Select styles to match other components ( #787 )  
						
						... 
						
						
						
						* feat(extension): add back buttons for opening new windows
* Change import
* stash
* stash 
						
					 
					
						2021-08-27 03:48:24 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea16b342b9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency rxjs to v7 ( #778 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com> 
						
					 
					
						2021-08-26 23:40:32 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							63b5e656e3 
							
						 
					 
					
						
						
							
							chore(deps): clean up ( #779 )  
						
						... 
						
						
						
						* chore(deps): clean up
* prettierignore
* Remove
* Keep
* Unify @types/react 
						
					 
					
						2021-08-26 19:20:13 -04:00 
						 
				 
			
				
					
						
							
							
								Fabrizio Vitale 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7d92a5e186 
							
						 
					 
					
						
						
							
							[feat][monitor] Add rkt-query-inspector-monitor - feat/rtk query monitor ( #750 )  
						
						... 
						
						
						
						* chore: copy rtk-query example from toolkit
* feat(rtk-query): complete initial setup of rtk-query
* feat: complete inspector layout and add initial JSONTree setup
* fix: unintentional removal of tsconfig
* feat(search): add search logic and refactor monitor state shape
* fix: inverted monitor theme inside  devtoop-app
Othetr changes:
* simplify monitor integration
* fix: rtk monitor reducer not working in  app
* refactor(rtk-query): simplify theme config
* feat(rtk-query-monitor): add query preview tabs
* fix: wip
* refactor(examples): add rtk-query-polling to workspace
Other changes:
* docs(rtk-query-polling): add README.md
* chore(rtk-query-inspector): add demo to monorepo
Other changes:
chore: increase isWideScreen polling interval to 300
refactor: add subscription as root node in QueryPreviewSubscriptions
* feat(rtk-query): add multiple filter options
* chore(rtk-queery): rename demo build script and add SKIP_PREFLIGHT_CHECK=true
* feat(rtk-query): display status flags in QueryPreviewInfo
* chore(rtk-query): update typescript versions in rkt-inspector-monitor & its demo
* docs(rtk-query): add proper README
Other changes:
* fix examples/rtk-query-poilling
* docs(rtk-query): improve rtk-query-inspector-monitor demo gif
* docs(rtk-query): clean up demo
* fix(rtk-query): clear button not updating redux state
* docs(rtk-query): add link to rtk-query-inspector-monitor demo site
* chore(rtk-query): run prettier after prettier upgrade (55e2284https://github.com/reduxjs/redux-devtools/runs/2869729048?check_suite_focus=true 
* feat(rtk-query): add fallback message if there are no rtk-query apis
* refactor(rtk-query): move Inspector & Monitor to containers clean up typings
Other changes:
* chore: improved type coverage
* chore: do not lint packages/redux-devtools-rtk-query-monitor/demo folder
* refactor: put sort order buttons inside a component
* chore: hopefully resolve mockServiceWorker formatting issues
* fix(rtk-query): incorrect link color
Other changes:
* fix: add missing anchor property value noopener
* refactor(rtk-query): simplify sort order control
* feat(rtk-query): add timings to apiStats sections
* feat(rtk-query): add slowest and fastest in timings section
* feat(rtk-query): improve formatting of timings and display average loading time
* fix(rtk-query): rtk-query imports
* refactor(rtk-query): reduce selector computations
Other changes:
* simplify TreeView props
* feat(rtk-query): add actions tab
* refactor(rtk-query): add custom logic for TreeView shouldExpandNode
Other changes:
* feat: added duration in QueryPreviewInfo tab
* refactor: TreeView component
* chore(rtk-query): improve demo visibility on small devices
* feat(rtk-query): do not display tree node preview
Other changes:
* improve visibility of demo devTools on small devices
* tweak QueryPreviewInfo labels
* chore(rtk-query): improve responsiveness
* refactor(rtk-query): move preview to containers remove unnecessary computation
* feat(rtk-query): display median of timings
Other changes:
* improved shouldExpandNode logic of QueryPreviewActions
* tweaked mean logic
* refactor(rtk-query-monitor): conform demo setup to repo standards
* chore(rtk-query-monitor): add option to select active devtools
* chore(rtk-query-monitor): remove redux-devtools/examples/rtk-query-polling
* refactor(rtk-query): improve UI of api tab
* feat(rtk-query): add regex search
* feat(rtk-query): display mutations in queryList
* refactor(rtk-query): track all fulfilled requests using actions
Other changes:
* refactor(rtk-query): rename tally properties
* chore(rtk-query): update @redux-devtools/rtk-query-monitor dependencies
* fix(rtk-query): demo build failing caused by a typing error 
						
					 
					
						2021-08-26 15:33:06 -04:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a77585dd7 
							
						 
					 
					
						
						
							
							chore(deps): update all non-major dependencies ( #758 )  
						
						... 
						
						
						
						* chore(deps): update all non-major dependencies
* Prettify
* Combine versions
* Downgrade knex
* Engine changes
* Only LTS
* Greater than
* Combine lodash
* Fix type
* Fix type
* Update snapshots
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com> 
						
					 
					
						2021-08-26 09:52:23 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a418284a4a 
							
						 
					 
					
						
						
							
							chore(extension): convert to TypeScript ( #756 )  
						
						... 
						
						
						
						* Start work
* More work
* stash
* stash
* stash
* Eliminate relay
* Fix
* Define page script to content script messages
* Define ContentScriptToPageScriptMessage
* Not required
* Fill out more types
* More work on types
* More type fixes
* Add type
* More improvements to types
* More work on types
* Fix more type errors
* More changes
* More work
* Work
* Fix build
* Fix lint
* Fix more lint
* Fix bug
* Fix tests 
						
					 
					
						2021-08-25 00:22:54 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89c8d7759e 
							
						 
					 
					
						
						
							
							chore(*): upgrade dependencies ( #744 )  
						
						... 
						
						
						
						* Upgrade
* yarn.lock
* Combine
* Ignore
* Update snapshots
* All the cool kids are doing this 
						
					 
					
						2021-06-18 21:47:26 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55e2284a3d 
							
						 
					 
					
						
						
							
							chore(*): upgrade prettier ( #743 )  
						
						... 
						
						
						
						* chore(*): upgrade prettier
* Update snapshots 
						
					 
					
						2021-06-17 23:56:36 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a635c4bc6a 
							
						 
					 
					
						
						
							
							chore(*): upgrade to TypeScript 4.2 ( #740 )  
						
						... 
						
						
						
						* chore(*): upgrade to TypeScript 4.2
* Fix
* Ignore 
						
					 
					
						2021-06-17 23:00:59 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							985b7b6a56 
							
						 
					 
					
						
						
							
							chore(*): upgrade to TypeScript 4.1 ( #739 )  
						
						... 
						
						
						
						* chore(*): upgrade to TypeScript 4.1
* Fix lint
* Fix tests 
						
					 
					
						2021-06-17 21:41:41 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							698fdec21d 
							
						 
					 
					
						
						
							
							chore(*): upgrade to TypeScript 4.0 ( #736 )  
						
						... 
						
						
						
						* chore(*): upgrade to TypeScript 4.0
* Fix
* Fix
* trigger
* build
* More fixes
* Fix 
						
					 
					
						2021-06-16 12:20:20 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							2bc60b53eb 
							
						 
					 
					
						
						
							
							chore(*): run prettier  
						
						
						
					 
					
						2021-06-10 23:42:46 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							7ee5055037 
							
						 
					 
					
						
						
							
							Publish  
						
						... 
						
						
						
						- @redux-devtools/app@1.0.0-8
 - @redux-devtools/cli@1.0.0-9
 - @redux-devtools/inspector-monitor-test-tab@0.7.2
 - @redux-devtools/inspector-monitor-trace-tab@0.2.2 
						
					 
					
						2021-06-10 23:28:21 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30c6971d37 
							
						 
					 
					
						
						
							
							fix(app): fix dependency version of inspector ( #732 )  
						
						... 
						
						
						
						* fix(app): fix dependency version of inspector
* Update other package.jsons 
						
					 
					
						2021-06-10 23:21:57 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							46f33a24b4 
							
						 
					 
					
						
						
							
							chore(*): run prettier  
						
						
						
					 
					
						2021-06-10 22:50:56 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							2513c370a6 
							
						 
					 
					
						
						
							
							Publish  
						
						... 
						
						
						
						- devui@1.0.0-9
 - @redux-devtools/app@1.0.0-7
 - @redux-devtools/cli@1.0.0-8
 - @redux-devtools/inspector-monitor-test-tab@0.7.1
 - @redux-devtools/inspector-monitor-trace-tab@0.2.1
 - @redux-devtools/inspector-monitor@1.0.0
 - @redux-devtools/slider-monitor@2.0.0-8
 - slider-todomvc@0.1.2 
						
					 
					
						2021-06-10 22:41:29 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4a8fa286c 
							
						 
					 
					
						
						
							
							fix(app): remove unimplemented reports tab ( #731 )  
						
						
						
					 
					
						2021-06-10 22:27:58 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0291f5c95e 
							
						 
					 
					
						
						
							
							fix(*): fix peer dependencies on inpsector monitor ( #730 )  
						
						
						
					 
					
						2021-06-10 22:16:29 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							457a201232 
							
						 
					 
					
						
						
							
							fix(cli): fix starting Electron app ( #729 )  
						
						
						
					 
					
						2021-06-10 22:00:00 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dbc08ab1b4 
							
						 
					 
					
						
						
							
							fix(devui): clean up after fixing UI bugs ( #728 )  
						
						... 
						
						
						
						* fix(devui): clean up after fixing UI bugs
* Fix references to props
* Update snapshot 
						
					 
					
						2021-06-10 21:48:13 -04:00 
						 
				 
			
				
					
						
							
							
								wang chenyu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed25a72e99 
							
						 
					 
					
						
						
							
							fix(devui): Fix buggy UI behaviors with redux-devtools-app ( #709 )  
						
						... 
						
						
						
						* fix(devui): Always run updateTabs on UNSAFE_componentWillReceiveProps. Otherwise, the changes in property tabs might not be reflected on the UI.
* chore(*): Update devui version. Fix the container growing out of viewport when too many actions.
* fix(devui): Update snapshots
* Update Tabs.tsx
* Update package.json
* Update package.json
Co-authored-by: Nathan Bierema <nbierema@gmail.com> 
						
					 
					
						2021-06-10 21:19:56 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcd73ab043 
							
						 
					 
					
						
						
							
							fix(inspector): move immutable back to dependencies ( #725 )  
						
						
						
					 
					
						2021-06-07 09:10:45 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07e409de6a 
							
						 
					 
					
						
						
							
							fix(*): fix Select types and usages ( #724 )  
						
						... 
						
						
						
						* stash
* more
* stash
* Revert port change
* Fix test
* Fix
* Update snapshot 
						
					 
					
						2021-06-07 00:54:05 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7477833f0 
							
						 
					 
					
						
						
							
							fix(inspector): fix z-index of tabs ( #723 )  
						
						
						
					 
					
						2021-06-06 20:19:03 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8d99ee424 
							
						 
					 
					
						
						
							
							fix(devui): fix Select widget in Form ( #722 )  
						
						
						
					 
					
						2021-06-06 17:40:55 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb72311e1c 
							
						 
					 
					
						
						
							
							fix(devui): fix style of Select ( #721 )  
						
						... 
						
						
						
						* fix(devui): fix style of Select
* Upgrade @types/react-select
* Update snapshots 
						
					 
					
						2021-06-06 16:42:40 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc5523f14f 
							
						 
					 
					
						
						
							
							chore(app): move common devDependencies to root ( #720 )  
						
						
						
					 
					
						2021-06-06 16:02:32 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							950021cf7b 
							
						 
					 
					
						
						
							
							chore(cli): upgrade Electron ( #719 )  
						
						
						
					 
					
						2021-06-06 15:18:49 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							a094e3b42c 
							
						 
					 
					
						
						
							
							chore(*): run prettier  
						
						
						
					 
					
						2021-04-06 15:29:32 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							9cff7127de 
							
						 
					 
					
						
						
							
							Publish  
						
						... 
						
						
						
						- @redux-devtools/cli@1.0.0-7 
						
					 
					
						2021-04-06 15:26:51 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95c8c5520d 
							
						 
					 
					
						
						
							
							fix(cli): include dist directory in publish ( #707 )  
						
						
						
					 
					
						2021-04-06 15:24:34 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							984096ffde 
							
						 
					 
					
						
						
							
							chore(*): run prettier  
						
						
						
					 
					
						2021-03-06 10:51:16 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							c29a8d9391 
							
						 
					 
					
						
						
							
							Publish  
						
						... 
						
						
						
						- devui@1.0.0-8
 - react-dock@0.4.0
 - react-json-tree@0.15.0
 - @redux-devtools/app@1.0.0-6
 - @redux-devtools/chart-monitor@1.9.0
 - @redux-devtools/cli@1.0.0-6
 - @redux-devtools/dock-monitor@1.4.0
 - @redux-devtools/inspector-monitor-test-tab@0.7.0
 - @redux-devtools/inspector-monitor-trace-tab@0.2.0
 - @redux-devtools/inspector-monitor@0.15.0
 - @redux-devtools/log-monitor@2.3.0
 - @redux-devtools/slider-monitor@2.0.0-7
 - @redux-devtools/utils@1.0.0-6
 - @redux-devtools/core@3.9.0
 - react-json-tree-example@1.1.2
 - slider-todomvc@0.1.1
 - counter-redux@0.1.2
 - todomvc@0.2.1 
						
					 
					
						2021-03-06 10:38:32 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2aaa9c10a3 
							
						 
					 
					
						
						
							
							feat(*): update peer dependencies to allow react@^17 ( #703 )  
						
						
						
					 
					
						2021-03-06 10:31:16 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							10f6229085 
							
						 
					 
					
						
						
							
							chore(*): run prettier  
						
						
						
					 
					
						2021-03-06 10:17:55 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
						
						
							
						
						
							5ef9b00cd4 
							
						 
					 
					
						
						
							
							Publish  
						
						... 
						
						
						
						- d3-state-visualizer@1.4.0
 - d3tooltip@1.3.0
 - devui@1.0.0-7
 - map2tree@1.5.0
 - react-json-tree@0.14.0
 - @redux-devtools/app@1.0.0-5
 - @redux-devtools/chart-monitor@1.8.0
 - @redux-devtools/cli@1.0.0-5
 - @redux-devtools/dock-monitor@1.3.0
 - redux-devtools-extension@2.13.9
 - @redux-devtools/inspector-monitor-test-tab@0.6.3
 - @redux-devtools/inspector-monitor-trace-tab@0.1.4
 - @redux-devtools/inspector-monitor@0.14.1
 - @redux-devtools/instrument@1.11.0
 - @redux-devtools/log-monitor@2.2.0
 - @redux-devtools/serialize@0.3.0
 - @redux-devtools/slider-monitor@2.0.0-6
 - @redux-devtools/utils@1.0.0-5
 - @redux-devtools/core@3.8.0
 - d3-state-visualizer-tree-example@0.1.0
 - react-json-tree-example@1.1.1
 - slider-todomvc@0.1.0
 - counter-redux@0.1.1
 - todomvc@0.2.0 
						
					 
					
						2021-03-06 08:57:19 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0399d306c0 
							
						 
					 
					
						
						
							
							chore(*): move redux-devtools-app to scoped package ( #693 )  
						
						... 
						
						
						
						* stash
* more
* cli rename
* Remove reference
* Fix another reference
* Fix scripts
* Fix package name
* Fix tsconfig 
						
					 
					
						2020-12-22 12:02:14 -05:00 
						 
				 
			
				
					
						
							
							
								Josh Hunt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85b4b0fb04 
							
						 
					 
					
						
						
							
							feat(react-json-tree): Add keyPath to getItemString ( #694 )  
						
						
						
					 
					
						2020-12-22 11:15:29 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a46b43209d 
							
						 
					 
					
						
						
							
							chore(*): make more packages scoped ( #692 )  
						
						... 
						
						
						
						* dock-monitor
* log-monitor
* serialize
* slider-monitor
* inspector-monitor
* chart-monitor
* test-tab
* trace-tab
* Fix 
						
					 
					
						2020-12-21 15:46:28 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf357931e3 
							
						 
					 
					
						
						
							
							chore(redux-devtools): move to scoped package ( #691 )  
						
						... 
						
						
						
						* Start
* Finish 
						
					 
					
						2020-12-21 09:08:08 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02e95fc724 
							
						 
					 
					
						
						
							
							chore(instrument): move to scoped package ( #690 )  
						
						... 
						
						
						
						* instrument
* More instrument 
						
					 
					
						2020-12-20 09:13:01 -05:00 
						 
				 
			
				
					
						
							
							
								Chris Woodley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d76d6c678d 
							
						 
					 
					
						
						
							
							fix(react-json-tree): remove isRequired from data prop type ( #685 )  
						
						... 
						
						
						
						* remove is required check
* revert formatting changes 
						
					 
					
						2020-12-03 16:36:49 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e39e43968b 
							
						 
					 
					
						
						
							
							fix(cli): resolve dependency issues ( #666 )  
						
						... 
						
						
						
						* Loosen peer range
* Add immutable dependency
* Install @types/react in cli 
						
					 
					
						2020-11-12 11:48:06 -05:00 
						 
				 
			
				
					
						
							
							
								Etienne Dusseault 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d73c3f98c 
							
						 
					 
					
						
						
							
							feat(instrument): use latest symbol-observable (compatibility with frozen Symbol) ( #660 )  
						
						
						
					 
					
						2020-10-30 22:05:40 -05:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ae485b035 
							
						 
					 
					
						
						
							
							chore(extension): move npm package ( #657 )  
						
						... 
						
						
						
						* Start adding extension
* prettier 
						
					 
					
						2020-10-26 02:43:20 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c91471a41d 
							
						 
					 
					
						
						
							
							chore(cli): convert to TypeScript ( #656 )  
						
						... 
						
						
						
						* chore(cli): convert to TypeScript
* Fix knex usage
* Fix eslintrc
* Ignore dist 
						
					 
					
						2020-10-26 01:57:34 -04:00 
						 
				 
			
				
					
						
							
							
								Nathan Bierema 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee52c29a8d 
							
						 
					 
					
						
						
							
							chore(core): convert to TypeScript ( #655 )  
						
						... 
						
						
						
						* Get started
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash 
						
					 
					
						2020-10-25 19:32:04 -04:00