Skip to content

Releases: securisec/chepy

3.5.0

29 Dec 23:13

Choose a tag to compare

🔍 added Literal types of some functions
💚 build steps added/updated
🐛 fix cicd
✨ for_each method to iterate over a list state and apply methods
🔍 git plugin updated
🐛 ignore hosname validation in get_ssl_cert
✨ int_to_base method
✨ length method to get length of state
✨ new constants for leetcode convert
✨ otp_crib_drag in cypto extras
🔥 remove chepy lite. it is useless
✨ select method to extract a range
✨ split_lines method
✨ swap_strings method
✅ tests added/updated
🧪 tests added/updated
✨ to_leetcode method
✨ to_string method
🔥 ujson as dependency
🔍 update git plugin
✨ xor function in extras
🔍️ more lazy imports
🔍️ move to version 3.5

3.4.0

02 Sep 00:00

Choose a tag to compare

🚧 3.4.0
✨ Makefile to run tests
📝 docs added/updated
🐛 fix logic with word seperator in morse decode
🐛 fix type issues with EncryptionEncoding class
✨ generate_ecc_keypair
✨ join, which is the same as join_list
🎨 rename split to split_by_char
🎨 renamed split_by to split_by_regex
✨ split method
✨ strip method. Similar find_replace
✅ tests added/updated
🐛 update readthedocs
🔍️ strip_ansi added

3.3.0

01 Sep 23:53

Choose a tag to compare

📅 Commit Sat, 26 Jun 2021 00:13:43

🚧 3.3
💚 CICD minor changes
✅ tests added/updated
🎨 minor refactors
⚡️ performance improvements with more lazy imports
✨ convert_to_nato
✨ rsa_encrypt
✨ rsa_decrypt
✨ rsa_sign
✨ rsa_verify
✨ generate_rsa_keypair

3.2.0

24 May 00:49

Choose a tag to compare

✨ added run_recipe method in core
🔧 added/updated config options for cli
💥 breaking changes removing support for 3.7
📝 docs added/updated
💚 fix CICD add exception for bandit and sql
💚 fix CICD by removing git test files
🐛 fix dockerfile failure because of bandit
🐛 handle EOFError, ctrl + d in cli
✨ new plugin sqlite
🔥 remove Makefile. Dont auto change pyi files
🔥 remove husky based stub gen
🔥 remove test_git.py
✅ tests added/updated
🔍️ better types
🔍️ minor changes based on lgtm
⚡️ performance improvements deps locked
🔍️ type improvements

3.0.0

15 Apr 03:16

Choose a tag to compare

  • Improved performance
  • New plugins
  • Types
  • New methods

2.8.0

12 Apr 17:56

Choose a tag to compare

New methods
New plugin

2.6.3

10 Jan 03:46

Choose a tag to compare

  • decode_bytes method
  • patch cli_pretty to use pprint and disable sort
  • pin pyjwt version
  • sort by numbers first in sort_dict_value
    securisec

2.6.2

22 Aug 16:26

Choose a tag to compare

ℹ️ 2.6.2
ℹ️ added init method in all the modules for individual use
ℹ️ minor update
ℹ️ minor updates to plugins

2.6.1

20 Jun 00:07

Choose a tag to compare

🔅 2.6.1
🔅 added tests for 3.8
🔅 new method run_script in core
ℹ️ change copy_state to fallback to current index
🛠️ fix test for coverage

2.6.0

04 May 20:35

Choose a tag to compare

🔅 2.6.0
🔅 added python-editor to requirements
✅ cli_edit_state to edit state from cli
🧨 renamed shell_output to load_command
📚 some new examples
ℹ️ positional args will now show help for cli if none is passed