Commit Graph

186 Commits

Author SHA1 Message Date
4eb0da 1080eabdb4 Try operator priority
commit_hash:52d80d78f9fbe13efd432acb7fcb9558dc69b2ac
2026-03-19 14:15:34 +03:00
gulevsky 8ef81cc23d increase try operator precedence
commit_hash:cf6586741750fc7384110be463da2c9ccb0b4710
2026-03-12 14:03:46 +03:00
denlvovich 25086326f4 Added getTimestamp function
commit_hash:7253bd06b5d13af861c778d07e26d721bfa4fadf
2026-03-06 15:09:30 +03:00
4eb0da 3977df4427 Dict getKeys / getValues methods
commit_hash:18fe75ddc013c71ecd46eca4aa518fcafb12a70c
2025-12-02 11:41:44 +03:00
4eb0da 72e6e68176 Filter method
commit_hash:a7eb1850390d510f325348b64bc6b54a9f6109c7
2025-12-01 23:31:44 +03:00
grechka62 adb30f1731 Enable expression tests for custom functions
commit_hash:32b930a51c3444c949bac85a138aa13a35c4f00a
2025-11-28 11:53:56 +03:00
4eb0da fec3dfc0bf Initial funcs support
commit_hash:78f512cfc76f18e5db8b956eaa1703e4b23e07ca
2025-11-27 01:46:36 +03:00
gulevsky a05eac31fe move expression api description to a new location
commit_hash:5eb88e0ab7a836dcecb028557c53633d1d006092
2025-10-31 16:15:39 +03:00
4eb0da e539f46e8f Expressions test
commit_hash:6003f1cb23ef010ba602367eb840d3580d420710
2025-10-30 17:27:52 +03:00
bakalskayas 2bb3b80093 enable tests with expressions in variables value
commit_hash:dece3fb5c23bc25f994ffaffe4674246ea604f0e
2025-09-09 22:27:52 +03:00
gulevsky 483b6f79b1 remove dependency on icu4j
commit_hash:ef56b3a4edeec02c83d968a903e82d4aabd1cef9
2025-09-05 15:16:34 +03:00
booster a80af2c369 Fixed ternary operator parsing
commit_hash:66d3bd78fb4ebd1148a7f6988f72fc6ff90d8268
2025-08-29 11:23:52 +03:00
gulevsky 1426d82371 add decimalFormat function support
commit_hash:30dcfc43ef97eaeda0466e23327ea6f5daf83020
2025-08-28 17:08:53 +03:00
denlvovich 854c343f45 Added DecimalFormat functions and methods
commit_hash:d7494e6dd017888fc01925113b3b4a727cf40568
2025-08-22 21:37:31 +03:00
ansestepanov ee12cd4b4d filter function tests
commit_hash:1549bd01f40360f820353cecb97414026573b7bb
2025-08-19 14:10:43 +03:00
ansestepanov 82c9fd6553 functions support in expression tests
commit_hash:8980d40c84100e1bdf3a00658f9948a858b9e06e
2025-08-18 19:57:55 +03:00
4eb0da ac77391c38 Number formatter
commit_hash:c5eadf6f87acd513565e1b0410d073c56a9ae85f
2025-08-07 16:48:23 +03:00
bakalskayas cf339841e9 enable disabled tests
commit_hash:803a2ea39117a9bacec615c77d85dd74b45aa9e6
2025-08-04 11:10:41 +03:00
4eb0da d12e769580 Dict functions
commit_hash:39a142b89282b9b6720e339df8f8e528f2f74980
2025-07-30 12:38:14 +03:00
bakalskayas ab4a8a61c8 support cot function
commit_hash:70a47dc96b533c3b5b5eda8671025185a0283d85
2025-07-28 18:53:33 +03:00
bakalskayas 28c7a5c2e3 Added dictionary to array conversion
commit_hash:f5ef82c7a6e34f55edc4acc691835c9294c26773
2025-07-23 16:59:40 +03:00
4eb0da e3e49ec926 len function
commit_hash:bbac89dd05c977d0917c267464ba0774a751fed8
2025-07-22 15:47:48 +03:00
bakalskayas 6f5a4d0b13 Added len() function to dict
commit_hash:3984764a0fc1beeb029ee9dd20e21bdeb0f81de0
2025-07-21 12:05:15 +03:00
denlvovich 1d9e71255a Added dict functions 'getDictKeys', 'getDictValues' and dict methods 'getKeys', 'getValues'
commit_hash:72a3403d64b815229331e2c8a116c9ac97b04bdf
2025-07-15 23:46:48 +03:00
denlvovich e5063769f7 Added len() function to dict
commit_hash:ec81d67275138150c1bc92e6c2b1009ee71935c4
2025-07-04 15:25:35 +03:00
denlvovich 9160b58321 Fixed expression testing bug
commit_hash:72f9d6b06f945348aa53f98af755a36db489bae0
2025-07-03 11:15:05 +03:00
4eb0da c722e8368c Fix boolean expressions
commit_hash:e44dac4a5891c15da87b0d44fad541d370f32e3b
2025-07-01 19:55:56 +03:00
4eb0da 73e301c795 Expressions in tests
commit_hash:8616857011b90afe5f58fb2eb81a810c38a06165
2025-05-22 16:21:54 +03:00
burstein d919b980ee Supported expressions in variable value field
commit_hash:a341b70bacca741f0cb6ea2f600cc4794c8b36a4
2025-05-15 03:57:55 +03:00
4eb0da 607ed722fd atan2
commit_hash:6063a20f313c5b3cd3dceab3c79bc154c4785744
2025-05-12 11:46:05 +03:00
xvegau c3eb077053 [Android] Support of trigonometric functions
commit_hash:1839cd815175c28091a555cdc5830c286070b3fa
2025-04-25 19:30:17 +03:00
grechka62 4ff38816cc Add asin() trigonometric function
Pull Request resolved: https://github.com/divkit/divkit/pull/95
commit_hash:58f56cf3d93b4a741ed4da07ca873548f6004bd5
2025-04-11 19:36:35 +03:00
4eb0da 5b756ceeca Cot function
commit_hash:de0a54bd8404a51315daf3a030bea9f98176344a
2025-04-10 15:02:54 +03:00
Mikhail Borisov 406b490897 cot function implemented
Pull Request resolved: 102
commit_hash:f2fa0c941525e9292059abe12f47ada077710ce3
2025-04-10 11:50:54 +03:00
grechka62 324fcc6a67 Cos function implementation
Pull Request resolved: https://github.com/divkit/divkit/pull/87
commit_hash:558f978391afb5e7b15c65d3f83da822a9e65d31
2025-04-10 11:06:44 +03:00
grechka62 9564bff281 Enable disabled expression tests
commit_hash:461eb10278e746f3cb82788fc2655c8b77d70a47
2025-03-20 16:50:01 +03:00
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00
4eb0da 7ffba7376a tan, asin, acos functions
commit_hash:4c38789b9d99c2dacd6686dd8cf97392e1d92b9d
2025-01-23 14:21:48 +03:00
4eb0da 027fc2a49e Store dict and arrays
commit_hash:5c79742176393f8d81c90ab35b134a4fde0d8979
2025-01-20 17:42:00 +03:00
man-y eed44f448f Mark flutter platform supported tests
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
2025-01-13 16:09:03 +03:00
pkurchatov 869222a2a0 Added getStoredArrayValue, getStoredDictValue functions
commit_hash:bf2f393bbf14cec2da31a9da233cdcab20892766
2024-12-27 05:07:32 +03:00
pkurchatov 0299f24418 Fixed ternary operator
commit_hash:d444b63f778a6c6d1c94f671ecf4b8a088d75b52
2024-12-26 17:59:52 +03:00
pkurchatov 8622c7ddce Added tan/asin/acos functions
commit_hash:50a4b1566d20fbfc3b2729b836f8282e54c3b3fe
2024-12-25 18:55:13 +03:00
4eb0da 86afedf430 Trigonometry funcs
commit_hash:ca6a52e585e1e13024e145ce07f753f92031d518
2024-12-24 16:27:50 +03:00
Vladislav Vrublevsky 8466cf84d7 Added atan function
Pull Request resolved: 97
commit_hash:46e26ab3032c125e2515103c2faaf853005b392b
2024-12-18 13:41:41 +03:00
Vladislav Vrublevsky c90edc2e0a Added cos function
Pull Request resolved: 86
commit_hash:01b42309de75b22fe508a5edb600ee0b0545414b
2024-12-17 20:46:26 +03:00
babaevmm b497a1d1e2 add trigonometric funcs
commit_hash:1521e425661d37738d3ea02f00d372e9cc700e9b
2024-12-14 13:22:02 +03:00
the-leo 8fc01dcc68 Sin function
commit_hash:c30f3a56288575540dbf8ec5fd1c32ca290ae3c0
2024-12-13 15:15:10 +03:00
avmushtukov 1cf94e0f59 add support for array methods and fix issues with tests
commit_hash:edee6544bfe24236ce733a5d0545f7ec18d2293c
2024-12-05 10:28:03 +03:00
avmushtukov 20e4cc62b6 fix problem with url-variables to support expression tests
commit_hash:87eaa5f0ca6e9c509a239c0ef4d0795d9ecb82fd
2024-11-29 10:14:08 +03:00