1. 564541f feat: add optional caching of params and constants (#25) by Patrick Boyd · 8 months ago master v1.10.0
  2. c3b6ea2 feat: add golangci-lint config and update CI linter job (#23) by yxrxy · 9 months ago v1.9.0
  3. 4be17cb feat: fix lint issues and go fmt files (#21) by Patrick Boyd · 10 months ago v1.8.0
  4. d795199 feat: Add Sample Locking + Massive Parallel test (#15) by Patrick Boyd · 12 months ago v1.7.0
  5. df0c938 feat: fix handling multi-byte characters both before and after single byte (#19) by Patrick Boyd · 12 months ago v1.6.0
  6. 358dbb2 feat: fix unicode var bug by handling multi-byte characters before single byte characters in input (#17) by Patrick Boyd · 12 months ago v1.5.0
  7. 4697815 feat: reduce memory allocs to optimize performance (#13) by Patrick Boyd · 12 months ago v1.4.0
  8. 31caa3f feat: support single element array in "IN" (#12) by Arthur · 1 year, 4 months ago v1.3.0
  9. 00136f1 feat: fix nil pointer panic for type map (#9) by Taron · 1 year, 10 months ago v1.2.0
  10. 9617456 fix: cast values of numeric arrays to float64 (#7) by abichinger · 2 years, 5 months ago v1.1.1
  11. 97e0ed2 feat: support map as parameter (#1) by abichinger · 2 years, 5 months ago v1.1.0
  12. 48fcb5a feat: add github action and semantic-release (#6) by abichinger · 2 years, 5 months ago v1.0.0
  13. b858943 docs: update README (#4) by abichinger · 2 years, 5 months ago
  14. 9aa4983 added felixonmars and sambonfire to contributors by George Lester · 9 years ago
  15. 251b387 Made sure booleans work with revised function call logic by George Lester · 9 years ago
  16. d52ebdc Merge pull request #76 from bonfirestudios/param-convert by George Lester · 9 years ago
  17. 74a069a added test to look for Java EL ambiguity by George Lester · 9 years ago
  18. a40e359 Merge pull request #80 from felixonmars/patch-1 by George Lester · 9 years ago
  19. 0f76ef9 Merge pull request #78 from abrander/support-float32 by George Lester · 9 years ago
  20. afaf43a Fix typos in evaluation_test.go by Felix Yan · 9 years ago
  21. d92edcc Removed unused isFixedPoint(). by Anders Brander · 9 years ago
  22. 4e6a306 Renamed castFixedPoint() to castToFloat64(). by Anders Brander · 9 years ago
  23. 1039a33 Added test for float32/float64 input. by Anders Brander · 9 years ago
  24. a01de36 Added support for float32 input types. by Anders Brander · 9 years ago
  25. b97663e Added type conversion for function input arguments by Sam Christiansen · 9 years ago
  26. aa73cfd Merge pull request #74 from bonfirestudios/master by George Lester · 9 years ago
  27. 8111bb7 - fix methods on pointer types by Sam Christiansen · 9 years ago
  28. 98a86b9 Merge pull request #72 from yeka/master by George Lester · 9 years ago
  29. afa202f Adding report card and coverage info. Also, the change the badge for godoc with a more shiny one by Yakub Kristianto · 9 years ago
  30. 89a078c fmt by George Lester · 9 years ago
  31. 62e9050 Fixed hex literal support, added more tests by George Lester · 9 years ago
  32. 93a54c2 Updated api-break link to use gopkg.in version format by George Lester · 9 years ago
  33. beae3c7 Fixed bug where nil parameters would cause panic, and fixed test for that case so that it accurately tests it by George Lester · 9 years ago
  34. ecff4ee added gautambt to contributors by Knetic · 9 years ago
  35. 5b5c42f Merge pull request #64 from gautambt/hex-literal-parsing by George Lester · 9 years ago
  36. 5d6d46b trying again to get travis to run tests on 1.4 with no coverage by Knetic · 9 years ago
  37. d970010 Add support for paring hex literals by Gautam BT · 9 years ago
  38. 6f13716 temporarily disabled coverage formatting, so that travis isnt failing anymore by George Lester · 9 years ago
  39. 115b4f5 added a test to make sure hex literals arent supported (can ofc be removed if they end up being supported) by George Lester · 9 years ago
  40. 31678da Made accessors work with struct pointers by Knetic · 9 years ago
  41. 91facc4 added one more test for parameters and clauses by George Lester · 9 years ago
  42. 9b61aab Added benchmarks for accessors by George Lester · 9 years ago
  43. e484077 added parse-time unexported accessor check by George Lester · 9 years ago
  44. 3518712 added more safety around panic cases when using parameter accessors by George Lester · 9 years ago
  45. b40ed7e added a number of failure cases and hanging-accessor handling by George Lester · 9 years ago
  46. 11cfab2 made nested parameters work with numerics by George Lester · 9 years ago
  47. 2aa0dd0 first-pass of working nested parameter calls by Knetic · 9 years ago
  48. f6bb06a Properly handle modifiers/comparators after accessors, even when the accessor is a function call by Knetic · 9 years ago
  49. b328eb8 added tests for args and errors by George Lester · 9 years ago
  50. 2d87532 working one-return no-param method calls by George Lester · 9 years ago
  51. f9296ab Parsing for accessors by George Lester · 9 years ago
  52. ed428fc Fixed bug where modifiers next to square bracketed parameters without whitespace would fail to parse by George Lester · 9 years ago
  53. d216395 Revised manual to be correct about short-circuiting by Knetic · 9 years ago
  54. 268aebc Added readme note about using gopkg by Knetic · 9 years ago
  55. 7ec7932 privatized symbol maps by Knetic · 9 years ago
  56. 5722010 Privatized error message formats by Knetic · 9 years ago
  57. eafdb25 Removed unused constants by Knetic · 9 years ago
  58. 4562210 Privatized operator precedence by Knetic · 9 years ago
  59. e99e5da Renamed 'GetTokenKindString' to just 'String()' by Knetic · 9 years ago
  60. a6df80f added bgaifullin to contributors by Knetic · 9 years ago
  61. fdffabf Merge pull request #57 from bgaifullin/get_rid_of_check by George Lester · 9 years ago
  62. d534c6b Implemented short-circuit coalesce/ternary by Knetic · 9 years ago
  63. 9f400ba Implemented AND/OR short-circuit by Knetic · 9 years ago
  64. e443e79 Removed restriction for using struct and complex in parameters by Bulat Gaifullin · 9 years ago
  65. f9425c5 added test to look for issues raised by #54 by George Lester · 9 years ago
  66. 9c9223c added xfennec to contributors by George Lester · 9 years ago
  67. 8a97b97 Merge pull request #52 from Xfennec/master by George Lester · 9 years ago
  68. 651728e now parsing dates using system's local time zone by Xfennec · 9 years ago
  69. 34df01f Added specific error message for function-like grammar failures by George Lester · 9 years ago
  70. 4598e72 travis just doesn't support >10m builds anymore. Dropping torture iterations and removing other attempts. by George Lester · 9 years ago
  71. 9fa07c5 trying travis_wait again by George Lester · 9 years ago
  72. 90dda3c Removed previous travis strategy and made sure torture test still prints a bit. by George Lester · 9 years ago
  73. ed7f9e9 avoided travis 10m timeout on torture test by George Lester · 9 years ago
  74. 2fdae8b made torture test a proper test by George Lester · 9 years ago
  75. 7b3b918 disabling travis go-getting (since this library has no dependencies) by George Lester · 9 years ago
  76. 98b4eac added abrander to contributors by George Lester · 9 years ago
  77. 8aa7234 fixed bug with uncomparable types panicking. by George Lester · 9 years ago
  78. b69c864 Fixed a bug where an expression could start with clause_close by George Lester · 9 years ago
  79. 6c7a757 Fixed case where panics could occur due to double-optimization of tokens before final grammar check by George Lester · 9 years ago
  80. c7263a9 added torture tool by George Lester · 9 years ago
  81. 512277d Added benpaxton to contributors by George Lester · 9 years ago
  82. 50a86a4 Merge pull request #46 from benpaxton-hf/constant-eliding by George Lester · 9 years ago
  83. 82f506e Fix panic when eliding invalid constant cases by Ben Paxton · 9 years ago
  84. 5598166 Yet another logical operator fix, this time abandoning the idea that AND, OR are equal precedence by George Lester · 9 years ago
  85. 66c7476 Fixed logicalop stage reordering bug, which was almost certainly introduced by a bad test by George Lester · 9 years ago
  86. 3cc7c7d Removed a bunch of redundant info from the readme that is better explained in the manual by George Lester · 9 years ago
  87. 36d12fd added dpaolella to contributors by George Lester · 9 years ago
  88. 6ca4e1e Merge pull request #39 from dpaolella/master by George Lester · 9 years ago
  89. 376d01a replaced constant value with its name by David Paolella · 9 years ago
  90. f52e04e added method that returns all variables contained in an EvaluableExpression by David Paolella · 9 years ago
  91. 725909b Modified benchmarks to work without elision by George Lester · 9 years ago
  92. c962ce4 Implemented literal eliding by George Lester · 9 years ago
  93. 9df0b15 Added note about lexicographic compare by George Lester · 9 years ago
  94. 93f778d Added 'unchecked' mode to expressions by George Lester · 9 years ago
  95. 62e0e29 Added memory stats to benchmark runs by George Lester · 9 years ago
  96. dbf779a added prashantv to contributors by George Lester · 9 years ago
  97. 0d12d7b Moved the functions section to a less obscure place by George Lester · 9 years ago
  98. b3403e3 Added a real manual on the details of each operator and their usage, and the internals of parameters and functions. by George Lester · 9 years ago
  99. baf4866 Added more ternary tests by George Lester · 10 years ago
  100. 8a5a6dc Finally fixed underlying bug with stage reordering, where it would not traverse left branches in a bunch of edge cases by George Lester · 10 years ago