Commit graph

  • 64cd59c345 Remove unnecessary JSON calls in test Tobe O 2018-02-27 20:51:42 -0500
  • ea298d4362 Generate toJson() Tobe O 2018-02-27 20:49:14 -0500
  • 92a6ea8c30 Serialize maps of models Tobe O 2018-02-27 20:43:43 -0500
  • b8ec1571d9 Serialize lists of models Tobe O 2018-02-27 20:41:19 -0500
  • ea1ee1f9d3 Serialize nested model class Tobe O 2018-02-27 20:20:42 -0500
  • 236ef55230 Detect model class Tobe O 2018-02-27 20:18:48 -0500
  • acce9a4bb8 Fix bug where all natural fields were excluded Tobe O 2018-02-27 20:12:56 -0500
  • 81e6263191 Basic toMap() Tobe O 2018-02-27 20:10:57 -0500
  • b5ca9c6d7b Only gen serializer if serializers are specifid Tobe O 2018-02-27 19:59:43 -0500
  • 4319721ce3 Add auto* flags to BuildContext Tobe O 2018-02-27 19:50:16 -0500
  • 5ccc7755a7 Rename constants to lowercase Tobe O 2018-02-27 19:47:42 -0500
  • 53f6b468a5 Static serializer types, also autoIdAndDateFields, autoSnakeCaseNames Tobe O 2018-02-27 19:46:35 -0500
  • 29ed032e61 Split main lib Tobe O 2018-02-27 19:36:53 -0500
  • 36b24480b2 modelClassType Tobe O 2018-02-27 15:03:58 -0500
  • f10b8ab21b Named parameters in constructor Tobe O 2018-02-27 14:57:05 -0500
  • 1fac0bfee0 Support generic types Tobe O 2018-02-27 14:50:46 -0500
  • c0d57bf8b1 Add final fields Tobe O 2018-02-27 14:47:42 -0500
  • 50153dedf3 Added modelClassNameReCas Tobe O 2018-02-27 14:42:06 -0500
  • 387f05009b More documentation Tobe O 2018-02-27 14:22:30 -0500
  • 488934c485 BuildContext documentation Tobe O 2018-02-27 14:20:39 -0500
  • 5956302d6f Upgrade dependencies, remove old generator class Tobe O 2018-02-27 14:15:09 -0500
  • ca36d2d5dc
    Merge pull request #32 from DrivEddy/master Tobe O 2018-02-27 13:53:39 -0500
  • 3c8e368188 Extended logic for tables with two relations to the same database. Make use of alias inside the queries Eike Bartels 2018-02-26 14:55:42 +0100
  • d6d56f1f68 unfinished Tobe O 2018-02-14 04:58:31 -0500
  • 9c1b8d18a3
    Update README.md Tobe O 2018-02-12 11:35:52 -0500
  • 194c012806 Pubspec -> v1.1.1 Tobe O 2018-02-07 00:53:46 -0500
  • 79433b7c84 README update Tobe O 2018-02-07 00:52:20 -0500
  • 95433854e5 IDEA Tobe O 2018-02-07 00:51:22 -0500
  • b3aceaa83b Service.toId no longer only takes a String Tobe O 2018-02-07 00:48:32 -0500
  • 9e915fa7d2 AnonymousService now takes FutureOr Tobe O 2018-02-07 00:46:59 -0500
  • 453d19aa31 Created pkg:framework/http.dart Tobe O 2018-02-07 00:44:21 -0500
  • e4b23768e4 HTTP ResponseContext works Tobe O 2018-02-07 00:36:24 -0500
  • 7602578938 Export HTTP Req+Res context Tobe O 2018-02-07 00:26:33 -0500
  • 14f2b5d807 Deprecated AngelMetrics Tobe O 2018-02-07 00:26:11 -0500
  • 25dc29e126 Removed HttpHeaders in ResponseContext Tobe O 2018-02-07 00:22:15 -0500
  • 9b7bf84acf Deprecated ResponseContext.io, added HTTP equivalent Tobe O 2018-02-07 00:21:14 -0500
  • cf02582d1b Change return type of AngelHttp.createRequestContext Tobe O 2018-02-06 23:59:59 -0500
  • dbfac9c583 Create HttpRequestContextImpl Tobe O 2018-02-06 23:59:05 -0500
  • 15b49f1888 Added example/main.dart Tobe O 2018-02-06 23:38:26 -0500
  • b07e2f0e8a Updated tests to use AngelHttp API Tobe O 2018-02-06 23:34:08 -0500
  • 116824e7c5 Deprecated ServerGenerator Tobe O 2018-02-06 23:17:40 -0500
  • 9e21634764 Deprecated createZoneForRequest Tobe O 2018-02-06 23:13:26 -0500
  • 101aedc0c3 Removed use of HttpHeaders in Angel Tobe O 2018-02-06 23:11:52 -0500
  • e65025d2ea Deprecated all serving logic in Angel Tobe O 2018-02-06 23:10:49 -0500
  • f4d9cb3b8e Used function syntax, deprecated ResponseSerializer typedef Tobe O 2018-02-06 22:54:24 -0500
  • f72b725725 Angel._flattened is now accessible via optimizedRouter Tobe O 2018-02-06 22:51:52 -0500
  • d1a4def0ce Remove line that resets Angel.serializer on close Tobe O 2018-02-06 22:49:59 -0500
  • 37989933c6 Made Angel.serializer public Tobe O 2018-02-06 22:48:26 -0500
  • e2af07c813 Basic server methods transferred to AngelHttp Tobe O 2018-02-06 22:46:52 -0500
  • 3527da6f4b Created setup for AngelHttp Tobe O 2018-02-06 22:32:31 -0500
  • 56e1fc62d0 Added autoSnakeCaseNames to MapService Tobe O 2018-02-06 22:24:44 -0500
  • 333ba32dff Response no longer closes if serialize is called with an empty string Tobe O 2018-02-06 22:16:52 -0500
  • ad077502fc README Tobe O 2018-01-30 10:27:25 -0500
  • 629bca4dac Project setup + constructor Tobe O 2018-01-30 10:22:44 -0500
  • 45a702b79f Fixed pubspec constraint Tobe O 2018-01-09 09:45:24 -0500
  • 36f238aa77 Patched supportShelf to support 1.1.x Tobe O 2018-01-09 09:44:59 -0500
  • 47b4ef3546 Logging for test handlers Tobe O 2018-01-08 16:04:52 -0500
  • 126acda31b Removed old diagnostics and test libraries Tobe O 2018-01-08 16:02:52 -0500
  • 7b69a6522e Removed 'before'/'after' Tobe O 2018-01-08 16:02:28 -0500
  • 3d7b71f3dd Enable strong mode Tobe O 2018-01-08 16:01:28 -0500
  • f44345a223 Basic changelog Tobe O 2018-01-08 16:01:10 -0500
  • 511918663b Bump version -> 1.2.0 Tobe O 2018-01-08 16:00:41 -0500
  • 75dda051b4 ddc fix Tobe O 2017-12-27 11:00:57 -0500
  • ec7bff58c1 1.1.0 Tobe O 2017-12-22 08:39:21 -0500
  • 155736d647 pubspec Tobe O 2017-12-22 08:36:53 -0500
  • bd2c6ddb93 Upgrade tests to 1.1.0 Tobe O 2017-12-22 08:35:46 -0500
  • 310474438e Remove Extensible Tobe O 2017-12-22 08:34:31 -0500
  • 9d48865db5 +2 Tobe O 2017-12-22 08:04:38 -0500
  • 27b0ab53ac
    Initial commit Tobe O 2017-12-21 15:59:34 -0500
  • 23d0ab2105 1.1.1 Tobe O 2017-12-21 15:15:47 -0500
  • 00f20b74b9 1.2.0 Tobe O 2017-12-21 15:08:45 -0500
  • 14637ac137 Modify test file Tobe O 2017-12-21 14:25:06 -0500
  • bb368721cf 1.0.0 Tobe O 2017-12-21 14:24:49 -0500
  • 990a129c02 Begin Tobe O 2017-12-21 12:38:30 -0500
  • 3bb806c911
    Initial commit Tobe O 2017-12-21 05:11:55 -0500
  • c891d130b2 +2 Tobe O 2017-12-21 04:12:52 -0500
  • 9ee071cc26 +1 Tobe O 2017-12-21 01:38:49 -0500
  • 39f48b3323 Bump to 1.1.0 Tobe O 2017-12-21 01:37:03 -0500
  • 4e2a4606d1 Bump to 1.1.0+1 Tobe O 2017-12-21 01:32:16 -0500
  • e5fee69cdc ServiceList patch, bump to 1.1.0+3 Tobe O 2017-12-13 11:31:06 -0500
  • c52a880489 ServiceList patch Tobe O 2017-12-13 01:35:08 -0500
  • c79de1050c Patched ResponseContext#isOpen, bump to 1.1.0+3 Tobe O 2017-12-12 13:33:58 -0500
  • 4657342569 Patched handleAngelHttpException, bump to 1.1.0+2 Tobe O 2017-12-12 13:28:52 -0500
  • caf3dda1b7 +1 Tobe O 2017-12-10 00:31:34 -0500
  • cd199f2c8f Added ServiceList Tobe O 2017-12-10 00:13:31 -0500
  • dc3c67b28d Patched _matchesId, bump to 1.1.0+1 Tobe O 2017-12-10 00:05:59 -0500
  • 23f776c2f9 cast datetime, bump to +6 Tobe O 2017-12-08 12:48:19 -0500
  • ba0fb80448 Joins in the works Tobe O 2017-12-07 03:21:49 -0500
  • e2d167613d Bump to 1.0.0 Tobe O 2017-12-07 02:08:32 -0500
  • 06b85a8bb9 Bump to 1.1.0 Tobe O 2017-12-07 01:54:40 -0500
  • b30e615a7d Bump to 1.1.0 Tobe O 2017-12-07 01:41:40 -0500
  • 4639efd67f Bump to 1.1.0, remove git dep Tobe O 2017-12-07 01:40:05 -0500
  • afaa2c0794 Bump to 1.1.0 Tobe O 2017-12-07 01:27:30 -0500
  • 7b1dd6d86c Bump to 1.1.0 Tobe O 2017-12-07 01:25:46 -0500
  • 8e090e0c62 Bump to 1.0.0 Tobe O 2017-12-07 01:21:50 -0500
  • fd3c165e32 Bump to 1.1.0 Tobe O 2017-12-07 01:13:12 -0500
  • eb58b20a0f Close #178, bump to 1.1.0 Tobe O 2017-12-06 09:46:35 -0500
  • 02bab763a3 1.0.0 Tobe O 2017-11-28 18:15:33 -0500
  • 6945c538c3 Strict pushstate Tobe O 2017-11-28 16:09:16 -0500
  • 1c5e572688 wildcard patch Tobe O 2017-11-28 16:07:14 -0500