Commit Graph

1853 Commits

Author SHA1 Message Date
Simon Binder e02b3fa585
Merge pull request #1441 from maxstubbersfield/patch-1
Minor typo in FAQ
2021-08-30 13:14:01 +02:00
maxstubbersfield 643eeba67e
Minor typo in FAQ 2021-08-30 12:31:06 +02:00
Simon Binder 3cb16af672
Merge pull request #1435 from abdelrahmanelmarakby/patch-1
another example but with animation added
2021-08-22 23:51:25 +02:00
Abdelrahman Mostafa Elmarakby 1df7056a07
Update docs/pages/docs/Examples/index.md
Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-08-22 21:47:11 +02:00
Abdelrahman Mostafa Elmarakby 595c791915
another example but with animation added 2021-08-22 14:08:16 +02:00
Simon Binder 6dc471a4ce
Prepare 4.5.1 release 2021-08-21 21:37:40 +02:00
Simon Binder 0de25d4a5c
Don't attempt to use netlify aliases (not working) 2021-08-21 21:35:07 +02:00
Simon Binder 641ef73d83
Deploy to branch name 2021-08-21 21:25:00 +02:00
Simon Binder 5352842bec
Use custom dartdoc in compilation pipeline 2021-08-21 21:10:30 +02:00
Simon Binder 66aaffbe34
Merge pull request #1431 from PiN73/named-required-order
Skip default value for required params
2021-08-21 10:40:25 +02:00
Pavel 143a959972 Skip default value for required params
Fixes #1430
2021-08-21 07:06:45 +03:00
Simon Binder 473ffaa1a4
Use working built_site version 2021-08-20 19:37:18 +02:00
Simon Binder 10bb3ce647
Fix deployment builds 2021-08-20 19:20:42 +02:00
Simon Binder 24bd789263
Merge remote-tracking branch 'origin/master' into develop 2021-08-20 19:11:38 +02:00
Simon Binder f382abf174
Migrate off deprecated analyzer apis 2021-08-20 19:00:32 +02:00
Simon Binder 59e6df76a3
Prepare 4.5.0 release 2021-08-20 18:58:15 +02:00
Simon Binder c065e8332f
Silly, use hosted built_site 2021-08-20 18:45:29 +02:00
Simon Binder 82b1e6a663
Skip link checks 2021-08-20 18:37:16 +02:00
Simon Binder 008c348aba
Automatically include latest version in docs 2021-08-20 18:33:53 +02:00
Simon Binder 2945381213
Avoid analyzer_plugin imports outside of plugin 2021-08-16 17:55:45 +02:00
Simon Binder c473779fba
Don't add an alias to subqueries 2021-08-12 13:15:52 +02:00
Simon Binder bcd8541a4b
Close isolate after shutdownAll 2021-08-10 16:52:18 +02:00
Simon Binder 0533b70409
Upgrade deploy to netlify action 2021-08-09 19:19:13 +02:00
Simon Binder 9b7b997094
Document how to initialize a database 2021-08-09 19:09:56 +02:00
Simon Binder edf94f26cc
Add search to documentation 2021-08-09 18:32:09 +02:00
Simon Binder 40a1c91e25
Host api docs on moor website 2021-08-07 12:18:08 +02:00
Simon Binder 02d949d5b9
Expand docs on VmDatabase 2021-08-07 11:25:51 +02:00
Simon Binder 76155358b4
Fix with_built_value example 2021-08-06 17:11:12 +02:00
Simon Binder 2c6de938c4
Add support for rowid access in the Dart api 2021-08-06 16:48:58 +02:00
Simon Binder a16b34c8d0
More integration tests for throwing migrations 2021-07-30 21:27:44 +02:00
Simon Binder f3d9faa08c
Migrate benchmarks to null-safety 2021-07-30 15:43:44 +02:00
Simon Binder 270bdc8bca
Support latest analyzer 2021-07-30 15:39:12 +02:00
Simon Binder 8f40216528
Make debug prints configurable 2021-07-30 15:33:30 +02:00
Simon Binder fb7a9883f5
Add disclaimer to web workers section 2021-07-30 15:33:30 +02:00
Simon Binder 13d41bea68
Merge pull request #1388 from North101/develop
Prevent NullAwareTypeConverter dart value from being null
2021-07-29 22:44:19 +02:00
Alexander Wilde 3d521dfbbe Prevent NullAwareTypeConverter dart value from being null 2021-07-29 16:09:58 +01:00
Simon Binder 6760da78ef
Merge pull request #1386 from Nash0x7E2/nash/stream-sponsor
Add Stream sponsorship to README
2021-07-27 22:32:53 +02:00
Neevash Ramdial (Nash) e326ad80f8
match repo reamde 2021-07-27 16:21:04 -04:00
Neevash Ramdial (Nash) e3bc0a7cc9
Add Stream sponsor to moor/readme 2021-07-27 16:18:37 -04:00
Simon Binder 33fd36df80
Fix nullability analysis for COALESCE and IFNULL 2021-07-26 20:39:59 +02:00
Simon Binder 7b86f69102
Expand docs on table info and stream updates 2021-07-26 20:33:57 +02:00
Simon Binder cb508cfe7e
Fix generator tests 2021-07-26 20:17:42 +02:00
Simon Binder 3b8c0050b4
Support generation for generic row classes 2021-07-26 20:04:27 +02:00
Simon Binder 61b6dd403d
Support generic row classes 2021-07-26 19:48:26 +02:00
Simon Binder 3bf91ed6c3
Fix _encapsulate nullability for null literals 2021-07-26 18:56:22 +02:00
Neevash Ramdial (Nash) 0626819004
Add sponsorship logo 2021-07-23 15:49:46 -04:00
Simon Binder 0bcc0c221f
Merge pull request #1372 from anisalibegic/patch-1
Update writing_queries.md
2021-07-23 14:30:31 +02:00
Anis Alibegić f2c24262ad
Update writing_queries.md
Updated "Returning" section with minimum the sqlite3 version.
2021-07-23 13:52:33 +02:00
Simon Binder aa75cbaa19
Prepare parser for schema support 2021-07-22 21:32:53 +02:00
Simon Binder f23cf9f426
Avoid unecessary override 2021-07-22 12:49:23 +02:00