aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/json.scala
Commit message (Expand)AuthorAgeFilesLines
* Add StringId, LongId, and UuidId types to corezsmith/id-typesZach Smith2018-03-061-7/+27
* Add DayOfWeek typeZach Smith2018-03-061-1/+4
* Add InetAddress JSON formatZach Smith2017-12-201-0/+13
* Apply new formattingJakob Odersky2017-11-201-6/+8
* Slick support for any Refined types, JSON format and generator for NonEmptyNa...vlad2017-10-201-0/+20
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow d...vlad2017-10-191-0/+19
* Making string to json marshallers not implicitv0.13.21vlad2017-07-111-4/+4
* Unmarshallers for pubsub messages toov0.13.18vlad2017-07-061-1/+7
* Json to string marshallers for pubsub messagesv0.13.17vlad2017-07-061-1/+7
* Base64 decode public key file in token authorizationv0.12.9Zach Smith2017-05-251-1/+2
* make idFormat work with UUIDStewart Stewart2017-05-171-12/+3
* try to match uuid first in id PathMatcherStewart Stewart2017-05-101-8/+3
* normalize uuid case on json deserializationStewart Stewart2017-05-101-6/+17
* add method for normalize uuid constructed from pathStewart Stewart2017-05-101-0/+9
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-6/+6
* tag int as month via apply methodStewart Stewart2017-03-151-1/+1
* reintroduce month formatStewart Stewart2017-03-151-1/+9
* Added writing tracking Id to MDC so it can be logged for all messages, remove...vlad2017-03-131-1/+0
* Made date json format — root to be able to pass it in HTTP bodyv0.10.4vlad2017-02-021-1/+1
* Moved email and phone number to corev0.10.1vlad2017-02-021-3/+23
* Merge remote-tracking branch 'origin/master' into master3vlad2017-02-021-10/+11
|\
| * serialize date to ISO string rather than objectStewart Stewart2017-01-311-10/+11
* | Removing permissions from user and role as permission is something to check n...vlad2017-02-021-0/+9
|/
* add Date#toString and Date.fromStringStewart Stewart2016-12-221-1/+1
* clarify month deserialization error messageStewart Stewart2016-12-191-1/+1
* add json formatter for dateStewart Stewart2016-12-191-1/+5
* fix name of month json formatterStewart Stewart2016-12-191-1/+1
* scalafmtStewart Stewart2016-12-191-1/+1
* serialize date to json as object with three fieldsStewart Stewart2016-12-191-14/+6
* add json format for date (ISO)Stewart Stewart2016-12-171-0/+17
* General GADT json formatv0.9.27vlad2016-12-081-0/+48
* Lost important PathMatcher bugfixv0.9.25vlad2016-12-071-3/+9
* Changed ids underlying type to String and made Ids and Names — value-classesvlad2016-11-291-9/+7
* Made EnumJsonFormat a RootJsonFormatv0.9.17vlad2016-11-181-7/+7
* Renamed package to xyz, New formatting, authorize directive supporting multip...v0.9.4vlad2016-10-211-2/+1
* Renamed package to xyz, New formatting, authorize directive supporting multip...vlad2016-10-211-0/+107