0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgraded to scala 2.11, ver 0.20 More... about 9 years ago
enums and singleton objects are serializing correctly now More... about 11 years ago
New implementation separated from older one that used Java reflection. Old implementation runs fine, all test cases pass. New implementation coming up but still with rough edges with serialization of singletons, enumerations etc. More... about 11 years ago
more cases addressed, more tests written. Arrays not working at present More... about 11 years ago
Migrating the reflection based serialization from Java to new Scala 2.10. Master unstable, though all existing APIs work and tests pass. More... about 11 years ago
All Manifests removed and migrated to new reflection of Scala 2.10. All test cases pass More... about 11 years ago
minor refactoring More... about 11 years ago
Reflection based sjson is back again. Now the entire stuff runs on 2.10 amd all test cases pass. Still some Manifests are there. Need to figure out how to change to TypeTag/ClassTag More... about 11 years ago
removed dependency on scala-compiler jar accidentally introduced while playing arounf with TypeTag More... about 11 years ago
modifed all Manifests to ClassTag as per practice of Scala 2.10 More... about 11 years ago
removed dependencies related to reflection based serialization More... about 11 years ago
version upgraded to 0.19. Runs in Scala 2.10. Removed all reflection based serialization stuff. Will have to use the new reflection APIs of Scala if at all the reflection based stuff will be resurrected More... about 11 years ago
Merge pull request #45 from akraievoy/patch-1 More... over 11 years ago
typo corrected, take 2 (squash me with prev. edit) More... over 11 years ago
typo corrected More... over 11 years ago
fixed sonatype credentials More... over 11 years ago
version upgraded to 0.18. Fixed a bug with Java class names for Scala case objects - now cross compiles in 2.9.1 and 2.9.2. Last release before 2.10 More... over 11 years ago
Merge pull request #43 from wspringer/master More... over 11 years ago
Add support for asProduct10 .. asProduct22. More... over 11 years ago
Merge pull request #42 from xuwei-k/patch-1 More... almost 12 years ago
fix pomExtra url More... almost 12 years ago
added pom extra for release into Sonatype More... about 12 years ago
Fixes issue 41 https://github.com/debasishg/sjson/issues/41 - String ending with $ is not accepted More... about 12 years ago
upgraded to 0.16 .. now uses sbt 0.11.2 More... about 12 years ago
now with sbt 0.11.2 .. thanks @indrajitr for helping More... about 12 years ago
changed sbt version to 0.7.7 More... about 12 years ago
added an example of typeclass based serialization for a class with abstract type More... over 12 years ago
changed with release notes for 0.15 More... over 12 years ago
Now builds Scala 2.9.1 More... over 12 years ago
refactoring and cleaning up test cases More... over 12 years ago